@charset "utf-8";

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

a {
    color: #000;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*! Swiper 2.7.6 Mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/sliders/swiper/ Copyright 2010-2015, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under GPL & MIT Released on: February 11, 2015 */
.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-wrapper {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: -webkit-transform, left, top;
    -moz-transition-property: -moz-transform, left, top;
    -o-transition-property: -o-transform, left, top;
    transition-property: transform, left, top;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease
}

.swiper-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, lengend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

article, aside, audio, details, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time{
    display: block;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

embed, object {
    outline: 0
}

del {
    text-decoration: line-through
}

em {
    font-style: normal
}

textarea {
    resize: none
}

i {
    vertical-align: middle
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none
}

legend {
    color: #000
}

button, input, select, textarea {
    outline: 0;
    font-size: 100%
}

button, textarea {
    border: 0
}

fieldset, img {
    border: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none !important
}

input::-webkit-input-placeholder {
    color: #ddd
}

::-moz-selection {
    background-color: #015293;
    text-shadow: none;
    color: #fff
}

::selection {
    background-color: #015293;
    text-shadow: none;
    color: #fff
}

:focus {
    outline: 0
}

.main-m {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.fl {
    float: left
}

.fr {
    float: right
}

.fix1 {
    position: relative;
    overflow: hidden;
    zoom: 1
}

.clearfix {
    clear: both
}

.clearfix1 {
    *overflow: hidden;
    *zoom: 1
}

.clearfix1:after, .clearfix1:before {
    content: "";
    display: table
}

.clearfix1:after {
    clear: both
}

.fix2 {
    display: inline-block;
    *display: inline
}

.opa0 {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0
}

.opa1 {
    opacity: .1;
    -moz-opacity: .1;
    filter: alpha(opacity=10);
    -khtml-opacity: .1
}

.opa2 {
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
    -khtml-opacity: .2
}

.opa3 {
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
    -khtml-opacity: .3
}

.opa4 {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
    -khtml-opacity: .4
}

.opa5 {
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity: .5
}

.opa6 {
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    -khtml-opacity: .6
}

.opa7 {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity: .7
}

.opa8 {
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    -khtml-opacity: .8
}

.opa9 {
    opacity: .9;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
    -khtml-opacity: .9
}

.opa10 {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

.scrollbar1::-webkit-scrollbar {
    width: 8px;
    height: 4px
}

.scrollbar1::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #204d99
}

.scrollbar1::-webkit-scrollbar-thumb:hover {
    background: #0485db
}

.scrollbar1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    background: #fff
}

.scrollbar2::-webkit-scrollbar {
    width: 5px;
    height: 4px
}

.scrollbar2::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #204d99
}

.scrollbar2::-webkit-scrollbar-thumb:hover {
    background: #0485db
}

.scrollbar2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    background: #fff
}

.scrollbar-transverse1::-webkit-scrollbar {
    width: 4px;
    height: 8px
}

.scrollbar-transverse1::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #204d99
}

.scrollbar-transverse1::-webkit-scrollbar-thumb:hover {
    background: #0485db
}

.scrollbar-transverse1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    background: #fff
}

.bsd {
    box-shadow: 0 0 30px rgba(8, 40, 76, .14)
}

.bsd:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

.focus {
    position: relative;
    padding: 10px 20px 10px 150px;
    padding-left: 150px;
    width: 1300px;
    float: right;
}

.focus>img {
    position: absolute;
    left: 111px;
}

.focus ul {
    padding-left: 40px;
}

.focus2 {
    position: relative;
    padding: 10px 20px 10px 150px;
    padding-left: 150px;
    width: 1300px;
    float: right;
}

.focus2>img {
    position: absolute;
    left: 111px;
}

.focus2 ul {
    padding-left: 0;
}

.focus2 ul li{width:20%; float:left; color:#FFF;
             overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
            }
.focus2 ul li a{color:#FFF; }


/*跑马灯修改内容*/
#side {
    height: 33px;
    overflow: hidden;
    margin-left: 70px;
    width: 1140px;
    padding-left: 25px;
}

.side1 {
    height: 33px;
    overflow: hidden;
    width: 1140px;
    margin-top: -6px;
    /* overflow-x: scroll; */
    position: relative;
}

.sideul {
    width: 800%;
    position: absolute;
    left: 0;
}

#demo1, #demo2 {
    float: left;
}

#demo1 a {
    line-height: 33px;
    font-size: 16px;
    padding-left: 38px;
    background: url(../images/public/icon-xyd.png) no-repeat left center;
    background-position: 0;
    color: #ffffff;
    margin-left: 20px;
    font-weight: 600;
}

#demo2 a {
    line-height: 33px;
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/public/icon-xyd.png) no-repeat left center;
    background-position: 0;
    color: #ffffff;
    margin-left: 20px;
    font-weight: 600;
}

/* .main-panel-wrap .focus_box .bd .tempWrap{
    width:1058px !important;
}
.focus ul li{
    float: left;
    margin-right: 15px;
    padding-left: 11px;
    position: relative;
}
.focus ul li::before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #023262;
    border-raius: 50%;
}
.focus ul li a{
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} */
.common-blue-head .biaoti {
    display: inline-block;
    width: 130px;
    height: 46px;
    background: #2055a9;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    border-radius: 0 0 10px 0;
}

.common-blue-head .more {
    color: #000;
    line-height: 46px;
    /* margin-right: 20px; */
}

.news-list {
    /* margin-top:10px */
}

.news-list>li>a {
    color: #fff
}

.news-list>li>.time {
    color: rgba(255, 255, 255, .7)
}

.news-list>li>.point {
    background-color: #fff
}

.news-list>li>a:hover {
    font-weight: 700;
}

.jycy_main .sec-wp .news-list {
    /* margin-top: 9px; */
}

.rcrs .sec-wp .news-list {
    /* margin-top:12px; */
}

.rcrs .sec-wp .fr {
    margin-top: 12px;
    display: none;
}



/* zwgk政务公开s */
.zwgk .szrs {
    height: 94px;
    margin-bottom: 20px;
}

.zwgk .ghcw {
    height: 116px;
}

.zwgk .szrs>div, .zwgk .ghcw>div {
    height: 100%;
}

.zwgk .szrs .fl {
    width: 175px;
    background: url(../images/public/tjgb_bg.png);
    text-align: center;
}

.zwgk .szrs .fl a img, .zwgk .szrs .fr img {
    margin: 13px 0 10px 0;
}

.zwgk .szrs .fl a, .zwgk .szrs .fr a {
    color: #fff;
    font-weight: 700;
}

.zwgk .szrs .fr {
    width: 175px;
    background: url(../images/public/gwyzl_bg.png);
    text-align: center;
}

.zwgk .ghcw .fl a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.zwgk .ghcw .fl a img {
    margin-bottom: 8px;
}

.zwgk .ghcw .fl a {
    padding-top: 30px;
}

.zwgk .ghcw .fl {
    width: 94px;
    background-color: #ff6969;
}

.zwgk .ghcw .fr {
    background-color: #f1f7ff;
    width: 100%;
    float: none;
    padding-left: 101px;
}

.zwgk .szrs .fr {
    /* padding-top: 25px; */
}

.zwgk .szrs .fr li, .zwgk .ghcw .fr li {
    width: 50%;
    height: 50%;
    float: left;
    line-height: 59px;
    position: relative;
    padding-left: 10px;
    /* list-style:disc */
}

.zwgk .szrs .fr li {
    line-height: 55px;
}

.zwgk .szrs .fr li:after, .zwgk .ghcw .fr li:after {
    content: '';
    width: 3px;
    height: 3px;
    background: gray;
    position: absolute;
    left: 0px;
    top: 28px;
}

.zwgk .ghcw .fr a {
    color: #000;
}

.zwgk .zfxxgk_title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: url(../images/public/zwgk_zfxxgk_title_bg.png) no-repeat center;
}

.zwgk .zfxxgk_title a {
    color: #3974df;
}

.zwgk .zfxxgk_top {
    background: url(../images/public/zfxxgk_blue_bg.png);
    padding: 14px 15px;
    margin-bottom: 10px;
}

.zwgk .zfxxgk_content ul {
    margin: 20px 0 20px;
}

.zwgk .zfxxgk_content ul li {
    float: left;
    text-align: center;
    width: 20%;
    width:16%;
}

.zwgk .zfxxgk_content ul li a img {
    margin-bottom: 10px;
    width: 39px;
    border-radius:5px;
}

.zwgk .zfxxgk_bottom ul li {
    float: left;
    width: 158px;
    text-align: center;
    height: 42px;
    background-color: #f6faff;
    line-height: 42px;
    margin-right: 15px;
    border: 1px solid #e7f2ff;
}

.zwgk .zfxxgk_bottom ul li:nth-child(4) {
    margin-right: 0;
}

.zwgk .zfxxgk_bottom ul li a img {
    vertical-align: middle;
    margin-right: 5px;
}

/* zwgk政务公开e */

/* jycy就业创业s */
.jycy {
    padding: 20px 20px 0;
    min-height: 230px;
    /* margin-bottom: 30px; */
}

.jycy-top {
    min-height: 280px;
}

.jycy-top>.fl {
    width: 440px;
    background: url(../images/public/common_blue_bg.png);
    background-size: 100% 100%;
    padding-right: 20px;
    box-shadow: 5px 5px 10px #f5f7f9;
    min-height: 250px;
}

.jycy_main .jycy-top>.fl {
    width: 516px;
}

.jycy_main .jycy-top>.fr {
    width: 520px;
}

.jycy-top>.fl .news-list {
    padding-top: 15px;
}

.jycy-top>.fr {
    width: 590px;
}

.jycy-bottom .tab-head {
    margin-bottom: 15px;
}

.gzdt_list li .time {
    background: url(../images/public/time_blue_bg.png) no-repeat left center;
    width: 89px;
    height: 45px;
    padding-top: 3px;
}

.gzdt_list li .time span {
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
}

.gzdt_list li .time p {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.gzdt_list li .content {}

.gzdt_list li .content p {
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.gzdt_list li {
    background-color: #f5faff;
    width: 49%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.gzdt_list li:nth-child(2n) {
    margin-right: 0;
}

/* jycy就业创业e */
/* shbz社会保障s */
.shbz {
    padding: 20px;
    padding-bottom: 0;
}

.new_tyle>ul li {
    width: 75px;
    height: 53.5px;
    background-color: #e4edf8;
    text-align: center;
    margin: 0 0 12px 0;
    padding-top: 2px;
    position: relative;
}

.ldgx_nav.new_tyle>ul li, .rcrs_nav.new_tyle>ul li {
/*     height: 75.3px; */
}
.ldgx_nav.new_tyle>ul li img, .rcrs_nav.new_tyle>ul li img {
/*     margin-top: 10px;
    margin-bottom: 7px; */
}

.new_tyle>ul li.active::after {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #1e51ab;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.new_tyle>ul li p {
    /* margin-top: 5px; */
    color: #1e51ab;
    font-size: 15px;
}

.new_tyle>ul li img {
    width: 25px;
    margin: 0 auto;
    margin: 2px auto 4px;
}

.new_tyle>ul li.active {
    background-color: #1e51ab;
}

.new_tyle>ul li.active p {
    color: #fff;
    font-weight: 500;
}

.new_tyle>ul li .unActive {
    display: block;
}

.new_tyle>ul li.active .unActive {
    display: none;
}

.new_tyle>ul li .active {
    display: none;
}

.new_tyle>ul li.active .active {
    display: block;
}

.new_tyle {
    width: 50px;
}

.list-box {
    width: 417px;
}

.list-box .news-list {
    display: none;
}

.list-box .news-list.active {
    display: block;
}

.shbz .jycy-top>.fl {
    width: 516px;
    padding-right: 20px;
    min-height: 250px;
}

.shbz .jycy-top>.fr {
    width: 520px;
}

/* shbz社会保障e */

/* rcrs人才人事s */
.rcrs .special_list>.fr ul li {
    width: 180px;
    height: 56px;
    background-color: #e3f1ff;
    border: 1px solid #d5eaff;
    line-height: 56px;
    /* text-align: center; */
    margin-top: 10px;
    padding-left: 15px;
}

.rcrs .special_list>.fr ul li a img {
    vertical-align: middle;
}

.rcrs .special_list>.fr ul li a span {
    line-height: 55px;
    float: right;
    width: 84%;
    color: #000;
}

.rcrs .special_list>.fr ul li:nth-child(2) a span {
    line-height: 26px;
    float: right;
}

.rcrs .special_list>.fl {
    /* width: 309px!important; */
}

.rcrs .jycy-top>.fl, .ldgx .jycy-top>.fl {
    width: 516px;
}

.rcrs .jycy-top>.fr, .ldgx .jycy-top>.fr {
    width: 520px;
}

/* rcrs人才人事e */
/* ldgx劳动关系s */
.ldgx_content {}

.ldgx_content h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
}

.ldgx_content h3 {
    margin: 20px 0;
}

.ldgx_content p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

/* ldgx劳动关系e */
/* 网站链接开始 */

.link {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
}

.link .content {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    /* color: #fff; */
    background: transparent;
    width: 1300px;
}

.link .content span {
    color: #fff;
}

.link .link_nav {
    float: right;
    width: 100%;
}

.link li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    z-index: 99;
}

.link li span {
    position: relative;
    display: block;
    cursor: pointer;
}

.link li span:hover .links {
    height: 130px;
}

.link li::after {
    position: absolute;
    top: 15px;
    right: 55px;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transform: rotate(45deg);
}

.link .links {
    height: 0px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: -1px;
    background: #fff;
    line-height: 34px;
    width: 100%;
    border-top: none;
    text-align: center;
    transition: 200ms;
}

.link .links a {
    display: block;
    font-size: 14px;
    line-height: 35px;
}


/* 网站链接结束 */
.crumbs {
    color: #fff;
    margin: 50px 0 20px;
}

.crumbs a {
    color: #fff;
}

.crumbs img {
    vertical-align: middle;
}

/* 政务新媒体s */
.zwxmt li {
    float: left;
    width: 16%;
    text-align: center;
    margin: 2%;
    /* height: 190px; */
    position: relative;
}

.zwxmt li:nth-child(4):after {
    clear: both;
    display: table;
    content: " ";
}

.zwxmt li img {
    height: 200px;
    width: 200px;
    /* max-width: 140px; */
    border: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 10px;
}

.zwxmt li a:hover .detail{
    display: block;
}
.zwxmt .detail {
    position: absolute;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    /* padding: 8px; */
    box-shadow: 4px 8px 11px 1px rgba(0, 0, 0, .3);
    z-index: 9;
    display:none;
    border: 1px solid #ccc;
    /* padding: 10px; */
}
.zwxmt .detail p{
    text-align: left;
    /* margin-top: 10px; */
    text-align: justify;
    font-size: 14px;
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    padding: 10px;
}
.zwxmt .detail h3{
    font-size: 16px;
    display: none;
}

/* 政务新媒体e */

/* ================================================== 政务服务s ================================================== */
.zwfw {
    padding: 20px;
}

.zwfw_top {
    margin-bottom: 20px;
}

.zwfw_top a {
    display: block;
    width: 100%;
    height: 90px;
}

.zwfw_center {
    /* margin-bottom: 20px; */
}

.zwfw_center a {
    display: block;
    width: 100%;
    /* height:90px; */
}

.zwfw_center a img {
    width: 100%;
    height: 69px;
}

.zwfw_top img {
    width: 100%;
}

.zwfw_center ul li {
    /* width: 49%; */
    float: left;
}

.zwfw_bottom ul li {
    float: left;
    width: 159.8px;
    text-align: center;
    border: 1px solid #eee;
    height: 145px;
    margin: 28px 20px 0 0;
    padding-top: 15px;
    border-radius: 10px;
}

.zwfw_bottom ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0px 0;
}

.zwfw_bottom ul li a img {
    margin-bottom: 7px;
    width: 48px;
}
.zwfw_title {
    border-bottom: 1px solid #96aed8;
}
.zwfw_title span{
    color: #fff;
    background: #2055a9;
    padding: 10px 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}  
/* ================================================== 政务服务e ================================================== */
.jjjdjb {
    width: 100%;
    display: block;
}

.jjjdjb img, .dflzjb img {
    height: 150px;
    width: 100%;
    margin-top: 11px;
}

.com-tab-wp13 {
    position: relative;
}

.com-tab-wp13 .xjtj {
    position: absolute;
    width: 85%;
    font-size: 14px;
    left: 110px;
    color: #000;
    top: 3px;
}
.com-tab-wp13 .xjtj strong{
    color: #1e51ab;
}

.com-tab-wp13>.tab-head .more-wp {
    line-height: 20px;
}
.mobile_more{
    display: none!important;
}
.xglj{
    display: none;
}

@media \0screen {
    .iebor {
        border: 1px solid #ddd !important
    }

    .iebor:hover {
        border-color: #000 !important
    }
}

@media screen\9 {
    .iebor {
        border: 1px solid #ddd !important
    }

    .iebor:hover {
        border-color: #000 !important
    }
}

.bsz-bor-box, .bsz-bor-box *, .bsz-bor-box:after, .bsz-bor-box:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.bsz-cnt-box, .bsz-cnt-box *, .bsz-cnt-box:after, .bsz-cnt-box:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box
}

.bsz-bb {
    box-sizing: border-box
}

html, body {
    width: 100%
}

body {
    font-family: -apple-system, Arial, PingFang SC, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

.my-pc {
    display: block
}

.my-mobile, .chan1, .chan2 {
    display: none
}

.body-bg {
/*         background-image: url(../images/public/common_page_bg.png); */
/*         background-image: url(../images/public/common_page_bg_new.png); */
/*     background-image: url(../images/public/common_bg1.jpg); */
    background-image: url(../images/public/common_bg.jpg);
    background-repeat: no-repeat;
    background-position: top bottom;
    background-color: #2f5fca;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.my-hide {
    display: none
}

.t-cen {
    text-align: center
}

.t-idt {
    text-indent: 2em
}

/* 流光效果 */
.streamer {
    position: relative;
    overflow: hidden
}

.streamer:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 9;
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3)50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%);
    transition: left .6s ease-in-out;
    transform: skewX(-25deg)
}

.streamer:hover:after {
    left: 200%
}

/* ================================================== 1920 电脑_通用 ================================================== */
/* header */
.common-top {
    /* padding-top:10px */
}

.top-text {
    font-size: 14px;
    color: #fff
}

.top-ico-text {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: contain
}

.set-home-ico {
    background-image: url(../images/public/common_home_ico.png)
}

.collection-ico {
    background-image: url(../images/public/common_collection_ico.png);
    margin-right: 0 !important;
    margin-left: 20px;
}

.jh-ico {
    background-image: url(../images/public/zx_ico.png)
}

.gh-ico {
    background-image: url(../images/public/favicon.ico);
    background-size: auto 97%;
}

.t-mg-l {
    margin-left: 35px
}

.t-mg-l2 {
    margin-right: 20px;
}

.t-mg-r {
    margin-right: 10px
}

.commom-head-wp {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 29px;
}

.weather-ifr {
    width: 250px;
    height: 25px
}

.cur-date {
    /* position:relative; */
    /* top:4px */
    color: #fff;
    font-size: 14px;
}

/* search */
.search-wrap {
    padding-top: 30px;
    position: relative;
    top:10px;

}

.search-wrap .wrmfw {
    position: absolute;
    top: -14px;
    left: 57%;
    transform: translateX(-50%);
    width: 231px;
}

.search-wrap .wrmfw img {
    width: 85%;
}

.com-srh {
    position: relative;
    width: 199px;
    font-size: 0;
    height: 30px;
}

.com-srh .srh-in {
    padding: 0 42px 0 15px;
    border: 1px solid #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(255, 255, 255, .3);
    border-radius: 25px;
    transition: all .3s;
}

.com-srh .srh-in:focus {
    box-shadow: 0 0 30px rgba(255, 255, 255, .8)
}

.com-srh .srh-sub {
    position: absolute;
    top: -6px;
    right: -4px;
    bottom: 0;
    width: 70px;
    height: 48px;
    cursor: pointer;
    background: url(../images/public/common_search_ico.png) no-repeat center;
    transition: transform .3s;
}

.com-srh .srh-sub:hover, .com-srh .srh-sub:active {
    transform: scale(.96)
}

/* main-panel-wrap */
.mp-mg-t {
    margin-top: 7px;
}

.mp-menu-wp, .mp-wrap {
    position: relative
}

.mp-menu-wp {
    width: 8%
}

.mp-wrap {
    width: 92%;
    /* height:652px; */
    background: url(../images/public/common_mp_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: none;
}

.mp-wrap.active {
    display: block;
}

.mp-menu-list {
    margin-bottom: -15px;
    background: url(../images/public/m_bg.png) no-repeat #4E79D7;
    opacity: 0.9;
}

.mp-menu-list .mpm-itm {
    /* margin-bottom:15px */
}

.mp-menu-list .mpm-itm.active {
    background: #fff;
    border-bottom: 2px solid #9C2740;
}

.mp-menu-list .mpm-itm.active span {
    color: #1e51ab;
}

.mp-menu-list .mpm-itm.active .mpm-link-wp {
    background-image: none;
}

.mp-menu-list .mpm-link-wp {
    display: block;
    /* padding: 28px 0px; */
    text-align: center;
    /* background-image:url(../images/public/common_mp_menu_bg1.png); */
    /* background-repeat:no-repeat; */
    /* background-position:center; */
    /* background-size:cover; */
    /* transition:background .3s; */
    height: 68px;
    line-height: 66px;
    box-sizing: border-box;
}

.mp-menu-list .mpm-t {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    /* letter-spacing:4px */
}

.mp-menu-list .mpm-link-wp:hover, .mp-menu-list .active .mpm-link-wp {
    /* background-image:url(../images/public/common_mp_menu_bg2.png); */
}

.mp-menu-list .active .mpm-t {
    color: #ffc600
}

.mp-menu-list .mpm-itm:first-child .mpm-link-wp {
    /* padding:37px 27px */
}

.mp-menu-list .mpm-itm:first-child .mpm-t {
    line-height: 1
}

.no-mp-spr>.swiper-wrapper>.swiper-slide {
    float: none
}

.no-mp-spr>.swiper-wrapper>.mp-active {
    display: block;
    /* height:652px */
}

.auto-height, .auto-height>.no-mp-spr>.swiper-wrapper>.mp-active {
    /* height: 546px; */
    min-height: 545px;
    background: #fff;
}

.hdjl .mp-active {
    min-height: 545px !important;
}

.com-sec-mp-mod {
    padding: 20px
}

.com-sec-mp-mod .container, .com-sec-mp-mod .content {
    margin: 0 !important;
    width: 100% !important
}

/* side-btn */
.side-btn-ps {
    z-index: 99;
    position: absolute;
    top: 50px;
    right: -115px;
    width: 100px;
    padding-top: 10px;
}

.side-btn-wp>.itm {
    margin-bottom: 14px;
    text-align: center;
}

.side-btn-wp>.itm>.link-wp {
    text-align: center;
    display: block;
    width: 100%;
    height: 126px;
    vertical-align: middle;
    text-align: center;
    /* background:#fff; */
    /* font-size:0; */
    /* border-radius:100% */
}

.side-btn-wp>.itm>.link-wp p {
    color: #fff;
    font-size: 14px;
}

.side-btn-wp>.itm>.link-wp img {
    /* height:26px; */
    transition: all .3s;
    margin-bottom: 5px;
    width: 70%;
}

.side-btn-wp>.itm>.link-wp:hover img {
    transform: scale(.9)
}

/* com-tab-wp */
.com-tab-wp>.tab-head>.itm {
    position: relative;
    margin-right: 20px;
    margin-bottom: -1px;
    padding: 0 0 10px;
    border-bottom: 2px solid transparent;
    font-size: 0
}

.com-tab-wp1>.tab-head>.itm{
    margin-right: 16px;
}

.com-tab-wp>.tab-head>.itm:last-child {
    margin-right: 0;
}

.tab-head {
    border-bottom: 1px solid #96aed8;
}

.com-tab-wp>.tab-head>.itm>a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.com-tab-wp12>.tab-head>.itm {
    margin-right:10px;
}
.com-tab-wp12>.tab-head>.itm>a{
    font-size: 15px;
}
.com-tab-wp>.tab-head>.active::after {
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #1e51ab;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%)
}

.com-tab-wp>.tab-head>.active a {
    color: #1e51ab;
}

.com-tab-wp>.tab-head .more-wp {
    display: table-cell;
    vertical-align: middle
}

.com-tab-wp>.tab-head .more-wp .more {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    transition: all .3s
}

.com-tab-wp>.tab-head .more-wp .more:hover {
    color: #ffc600;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

.com-tab-wp>.sec-wp {
    position: relative;
    overflow: hidden
}

.com-tab-wp>.sec-wp>.ct-sec {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    transition: opacity .3s
}

.com-tab-wp>.sec-wp>.ct-sec a> img {
    width: 100%;
    margin-top: 11px;
}

.com-tab-wp>.sec-wp>.active {
    z-index: 2;
    position: relative;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

/* news-list */
.news-list {
    position: relative;
    font-size: 0;
}

.news-list>li>.time, .news-list>li>a {
    transition: color .3s
}

.news-list>li {
    position: relative;
    height: 42px;
    line-height: 42px;
}

.news-list>li>.time {
    float: right;
    color: #000;
    font-size: 14px
}

.news-list>li>.point {
    position: absolute;
    top: 50%;
    /* float:left; */
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #1e51ab;
}

.news-list>li>a {
    float: left;
    padding-left: 12px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 81%;
}
.com-tab-wp>.sec-wp>.ct-sec:nth-child(3) .index-gzdt>li>a {width:89%;}
.com-tab-wp>.sec-wp>.ct-sec:nth-child(4) .index-gzdt>li>a {width:89%;}
.com-tab-wp>.sec-wp>.ct-sec:nth-child(5) .index-gzdt>li>a {width:89%;}
.news-list>li>a:hover {
    color: #000;
    font-weight: 700
}

.news-list>li:hover>.point {
    background-color: #e4edf8;
}

/* xjyw-outer */
.xjyw-outer ul {
    position: relative;
    font-size: 0
}

.xjyw-outer ul li {
    position: relative;
    /* padding-left:16px; */
    height: 42px;
    line-height: 42px;
}

.xjyw-outer ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #e0edff
}

.xjyw-outer ul li:after {
    content: "";
    display: table;
    clear: both
}

.xjyw-outer ul li a {
    float: left;
    color: #a4cbff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .3s
}

.xjyw-outer ul li span {
    float: right;
    color: #c2d8fb;
    font-size: 14px
}

.xjyw-outer ul li a:hover {
    color: #fff
}

/* com-table */
.com-table-wrap>.ct-wp>thead tr, .com-table-wrap>.ct-wp>tbody tr {
    height: auto;
    line-height: 1.5;
    border: 0;
    text-align: left
}

.com-table-wrap {
    position: relative;
    font-size: 0
}

.com-table-wrap>.ct-wp {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.com-table-wrap>.ct-wp>thead tr th {
    padding: 10px 1%;
    color: #fff;
    font-size: 16px;
    background: #2055a7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.com-table-wrap>.ct-wp>tbody tr .cell {
    padding: 13px 10px;
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.com-table-wrap>.ct-wp>tbody tr .w5 {
    width: 5%
}

.com-table-wrap>.ct-wp>tbody tr .w10 {
    width: 10%
}

.com-table-wrap>.ct-wp>tbody tr .w15 {
    width: 15%
}

.com-table-wrap>.ct-wp>tbody tr .w20 {
    width: 20%
}

.com-table-wrap>.ct-wp>tbody tr .w25 {
    width: 37%;
}

.com-table-wrap>.ct-wp>tbody tr .w30 {
    width: 30%
}

.com-table-wrap>.ct-wp>tbody tr .w35 {
    width: 35%
}

.com-table-wrap>.ct-wp>tbody tr .w40 {
    width: 40%
}

.com-table-wrap>.ct-wp>tbody tr .w50 {
    width: 50%
}

.com-table-wrap>.ct-wp>tbody tr .w55 {
    width: 55%
}

.com-table-wrap>.ct-wp>tbody .bor-btm-sol1 {
    border-bottom: 1px solid #e7e7e7;
}

.com-table-wrap>.ct-wp>tbody .bor-btm-sol1:last-child {
    border: 0;
}

.com-table-wrap>.ct-wp>tbody tr a {
    color: #000;
    transition: color .3s
}

.com-table-wrap>.ct-wp>tbody tr a:hover {
    font-weight: 700
}

.com-table-wrap>.ct-wp>thead tr .t-c {
    text-align: center
}

.com-table-wrap>.ct-wp>tbody tr .c4 {
    text-align: left;
}

.com-table-wrap>.ct-wp>tbody tr .c1, .com-table-wrap>.ct-wp>tbody tr .c3 {
    text-align: center;
}

/* Bread crumb navigation */
.bc-nav-wp {
    position: relative;
    padding: 0 0 15px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all
}

.bc-nav-wp .ico {
    margin-right: 8px;
    height: 15px;
    vertical-align: middle
}

.bc-nav-wp a {
    color: #fff
}

.bc-nav-wp a:hover {
    color: #ffc600
}

/* paging */
.paging-center-wp {
    text-align: center
}

.kpy-paging-wp3 {
    padding: 45px 0 30px
}

#page-div, #page_div {
    margin: 15px auto;
    text-align: center
}

.pagination-first, .pagination-last {
    margin: 5px;
    display: block;
    font-size: 15px;
    color: #999
}

.pagination-index, .pagination-num {
    border: 1px solid #dfdfdf;
    margin: 5px 5px 5px 0;
    padding: 0 11px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #000;
    transition: all .3s;
    font-size: 15px
}

.pagination-index:hover, .pagination-num.active, .pagination-num:hover {
    background: #204d99;
    color: #fff;
    border-color: #204d99
}

.pagination-last>span {
    padding: 0 5px 5px 0
}

.pagination-last input {
    height: 20px;
    width: 30px;
    text-align: center
}

/* footer */
.ft-wp {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
   //
    background: url(../images/public/wave_line.png) no-repeat center top;
    color: #fff;
}

.ft-wp a {
    color: #fff;
}

.ft-wp .fl {
    margin-right: 20px;
    line-height: 30px;
}

.ft-wp .ft-main, .ft-wp .ft-side-l {
    position: relative
}

.ft-wp .ft-main .ft-content, .ft-wp .ft-main .ft-content a {
    color: #fff;
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    transition: color .3s
}

.ft-wp .ft-main .ft-content {
    line-height: 2
}

.ft-wp .ft-side-l .icon-wp {
    display: block;
    padding-right: 30px
}

.ft-wp .ft-side-l .icon-wp img {
    vertical-align: middle
}

.ft-wp .ft-side-l .icon-wp a:last-child {
    margin-left: 20px
}

.ft-wp .ft-main .ft-content .foot-a:hover {
    color: #ffc600
}

.ft-wp .ft-side-r .img-wp {
    float: left;
    margin-left: 20px;
    cursor: default
}

.ft-wp .ft-side-r .img-wp:first-child {
    margin: 0
}

.ft-wp .ft-side-r .img-wp img {
    height: 62px
}

.ft-wp .ft-side-r .img-wp .name {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-size: 14px
}

.ft-wp .ft-nav {
    margin-left: -6px
}

.ft-wp .ft-nav .itm, .ft-wp .ft-nav .itm a {
    color: #fff;
    font-size: 15px;
    word-wrap: break-word;
    word-break: break-all;
    transition: color .3s
}

.ft-wp .ft-nav .itm a {
    margin: 0 6px
}

.ft-wp .ft-nav .itm a:hover {
    color: #ffc600
}

.ft-side-r {
    display: table-cell;
    vertical-align: middle;
    font-size: 0
}

.ft-side-r .ft-btn {
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    background: url(../images/public/common_min_bg.png) no-repeat center;
    background-size: cover;
    transition: all .3s
}

.ft-side-r .ft-btn:hover {
    color: #ffc600
}

.ft-side-r>a, .ft-side-r>span {
    margin-left: 25px;
    float: left;
    position: relative;
}

.ft-side-r>a {
    display: block;
    float: left;
    height: 100px;
    text-align: center;
    position: relative;
}

.ft-side-r>a p {
    display: block;
    /* background: pink; */
    height: 30px;
    /* color: #000; */
    font-size: 14px;
    margin-top: 5px;
}

.ft-side-r>span {
    vertical-align: middle;
    width: 111px;
    height: 100px;
}

.ft-side-r>a>img, .ft-side-r>span>img {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 38%;
    transform: translateY(-50%);
}

.ft-side-r>a>.ewm {
    position: absolute;
}

.pub-foot-wp {
    background: #2d66a5
}

/* m-menu-wp */
.m-menu-wp {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%
}

.m-menu-ico {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px
}

.m-menu-ico .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform .3s ease
}

.m-menu-ico .line1 {
    top: 5px
}

.m-menu-ico .line2 {
    top: 50%;
    width: 80%
}

.m-menu-ico .line3 {
    bottom: 5px;
    width: 60%
}

.m-menu-active .line {
    width: 100%
}

/* background:#767676 */
.m-menu-active .line1 {
    top: 50%;
    transform: translateZ(0) rotate(45deg)
}

.m-menu-active .line2 {
    transform: scaleX(0)
}

.m-menu-active .line3 {
    bottom: 50%;
    transform: translateZ(0) rotate(-45deg)
}

.m-menu-info-wp {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(51, 51, 51, .8)
}

.m-menu-active .m-menu-info-wp {
    display: block
}

.m-menu-list {
    padding-top: 10px
}

.m-menu-list>.itm {
    padding: 0 10px 30px
}

.m-menu-list>.itm, .m-menu-list>.itm a, .m-menu-list>.itm span {
    color: #fff;
    font-size: 18px
}

/* m-hb-menu */
.mhb-open-btn {
    z-index: 99;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/public/m_menu_ico.png) no-repeat center;
    background-color: rgba(255, 255, 255, .9);
    background-size: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.btn1 {
    top: 0;
    left: 0
}

.btn2 {
    top: 0;
    right: 0
}

@keyframes slidein-l {
    100% {
        transform: translateX(0%)
    }
}

@keyframes slideout-l {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes slidein-r {
    100% {
        transform: translateX(0%)
    }
}

@keyframes slideout-r {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(100%)
    }
}

.m-hb-menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    visibility: hidden
}

.m-hb-menu .mhb-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    transition: opacity .3s
}

.m-hb-menu .mhb-wrap {
    z-index: 2;
    position: relative;
    width: 70%;
    height: 100%;
    background: #fff
}

.m-hb-menu .m-hb-hide {
    opacity: 0
}

.m-hb-menu .movein-l {
    animation: slidein-l .3s cubic-bezier(.15, .85, .35, 1) forwards
}

.m-hb-menu .moveout-l {
    animation: slideout-l .3s cubic-bezier(.15, .85, .35, 1) forwards
}

.m-hb-menu .movein-r, .m-hb-menu .moveout-r {
    position: absolute;
    top: 0;
    right: 0
}

.m-hb-menu .movein-r {
    animation: slidein-r .3s cubic-bezier(.15, .85, .35, 1) forwards
}

.m-hb-menu .moveout-r {
    animation: slideout-r .3s cubic-bezier(.15, .85, .35, 1) forwards
}

.m-hb-menu .opt-wp {
    padding: 10px
}

.m-hb-menu .close-btn {
    width: 20px;
    height: 20px;
    background: url(../images/public/m_close_ico.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: transform .3s
}

.m-hb-menu .close-btn:active {
    transform: rotate(90deg)
}

.m-hb-show {
    visibility: visible
}

.mhb1 .mhb-wrap {
    transform: translateX(-100%)
}

.mhb2 .mhb-wrap {
    transform: translateX(100%)
}

.mhb3 .mhb-wrap {
    transform: translateX(-100%)
}

.btn3 {
    position: fixed;
    left: 0;
    bottom: 0
}

.com-dl-list {
    position: relative;
    height: calc(100% - 40px);
    overflow-y: auto
}

.com-dl-list dt {
    padding: 12px 15px;
    background: #204d99
}

.com-dl-list dt, .com-dl-list dt a {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800
}

.com-dl-list dd {
    padding: 12px 15px;
    background: #FFF
}

.com-dl-list dd a {
    color: #000;
    font-size: 15px;
    line-height: 1.5
}

.com-dl-list dd:hover, .com-dl-list .active {
    background: #ededed
}

.com-dl-list dd:hover a, .com-dl-list .active a {
    color: #204d99
}

/* ================================================== 通用列表页 ================================================== */
.com-mp-list-mod {
    padding: 25px 25px 55px;
}

.com-list-page-flr-wp {
    /* padding:25px; */
    min-height: 566px;
    background: #fff
}

.com-list-page-flr-wp>.flr-l {
    width: 18%
}

.com-list-page-flr-wp>.flr-r {
    width: 82%
}

.com-list-page-flr-wp>.flr-l>.l-box {
    padding: 0 60px 0 0;
}

.com-list-page-flr-wp>.flr-r>.r-box {
    padding-left: 40px;
    border-left: 1px solid #eaeaea
}

.com-cur-cha-name .cc-name {
    display: table-cell;
    padding-bottom: 8px;
    border-bottom: 5px solid #204d99;
    color: #204d99;
    font-size: 20px
}

.com-menu-list>.itm {
    /* padding-top:25px; */
    padding: 0 10px;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
}

.com-menu-list>.itm.active {
    background: #204d99;
}

.com-menu-list>.itm.active::before {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #204d99;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.com-menu-list>.itm.active::after {
    width: 22px;
    height: 22px;
    content: '';
    position: absolute;
    right: -71px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/public/list_nav_icon.png) no-repeat;
}

.com-menu-list>.itm>.itm-box {
    line-height: 1.5;
    padding: 7px 0;
    text-align: center;
}

.com-menu-list>.itm>.itm-box a {
    /* padding-left:15px; */
    color: #000;
    font-size: 18px;
    /* background:url(../images/public/common_min_triangle_ico.png) no-repeat left center; */
    word-wrap: break-word;
    word-break: break-all;
    transition: color .3s
}

.com-menu-list>.itm:hover>.itm-box a {
    /* color: #fff !important; */
}

.com-menu-list>.active>.itm-box a {
    color: #fff;
    font-weight: 400;
}

.com-current-cha {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

.com-current-cha .cc-cha {
    color: #204d99;
    font-size: 22px;
    font-weight: 800
}

.com-pic-news-list>.itm {
    position: relative;
    padding: 30px 0 30px 25px;
    border-bottom: 1px dashed #e5e5e5;
    transition: background .3s
}

.com-pic-news-list>.itm:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 4px;
    height: 20px;
    background: #204d99
}

.com-pic-news-list>.itm:hover {
    background: #f9f9f9
}

.com-pic-news-list .com-pic-link {
    margin-right: 15px
}

.com-pic-news-list .com-pic-link img {
    width: 185px;
    height: 135px
}

.com-pic-news-list .cpn-title {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .3s
}

.com-pic-news-list .cpn-des {
    display: block;
    padding: 15px 0 0;
    line-height: 1.8;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all
}

.com-pic-news-list .cpn-title:hover {
    color: #204d99
}

.com-pic-news-list .cpn-indent {
    text-indent: 2em
}

.com-pic-news-list .det-btn {
    color: rgba(0, 0, 0, .5);
    transition: color .3s
}

.com-pic-news-list .det-btn:hover {
    color: #204d99
}

.com-pic-news-list .cpn-row-wp {
    display: block;
    padding: 20px 0 0
}

.com-pic-news-list .cpn-t {
    color: rgba(0, 0, 0, .5);
    font-size: 16px
}

.com-pic-news-list .cpn-date {
    color: #000
}

/* ================================================== 通用内容页 ================================================== */
.com-mp-content-mod {
    padding: 25px
}

.com-content-page-wp {
    padding: 25px 30px;
    min-height: 566px;
    background: #fff
}

.ccp-article-title {
    padding: 45px 70px 30px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all
}

.ccp-info-list {
    padding-bottom: 45px
}

.ccp-info-list>.itm {
    width: 20%;
}

.ccp-info-list .cil-box {
    line-height: 35px;
    text-align: center
}

.ccp-info-list .cil-t {
    color: #000;
    font-size: 14px
}

.ccp-line {
    border-bottom: 1px dashed #e1e1e1
}

.ccp-article-detail {
    position: relative;
    padding: 30px 0 15px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    overflow: auto
}

.ccp-article-detail img {
    max-width: 100%
}

.ccp-tool-wp {
    padding-top: 15px;
    text-align: right
}

.ccp-info-list .fb, .ccp-info-list .fm, .ccp-info-list .fs {
    cursor: pointer;
    transition: color .3s
}

.ccp-tool-wp .top, .ccp-tool-wp .print, .ccp-tool-wp .close {
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    cursor: pointer;
    transition: color .3s
}

.ccp-info-list .fb:hover, .ccp-info-list .fm:hover, .ccp-info-list .fs:hover, .ccp-tool-wp .top:hover, .ccp-tool-wp .print:hover, .ccp-tool-wp .close:hover {
    color: #204d99
}

.ccp-sec-name {
    position: relative;
    margin: 30px 0 15px;
    padding-left: 15px;
    color: #000;
    font-size: 22px;
    font-weight: 400
}

.ccp-sec-name:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 5px;
    height: 20px;
    background: #204d99
}

.ccp-news-list {
    padding-bottom: 10px
}

.ccp-news-list>li {
    height: 35px;
    line-height: 35px
}

.ccp-news-list>li>.point {
    background-color: #000
}

.ccp-news-list>li>a {
    color: #000;
    font-size: 16px
}

.ccp-news-list>li>a:hover {
    color: #204d99
}

.ccp-news-list>li:hover>.point {
    background-color: #204d99
}

/* ================================================== 头条页 ================================================== */
.com-list-fluid-page>.flr-r {
    width: 100% !important
}

.com-list-fluid-page>.flr-r>.r-box {
    padding: 0 !important;
    border: 0 !important
}

/* ================================================== 网站地图页 ================================================== */
.wzdt {
    width: 100%;
    font-size: 0
}

.wzdt dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    line-height: 30px
}

.wzdt dl a, .wzdt dl dd {
    color: #000;
    font-size: 16px;
    transition: color .3s
}

.wzdt dl dt {
    margin-top: 10px;
    font-weight: 700
}

.wzdt dl a:hover {
    color: #ffc600
}

.maplist table {
    width: 100%;
    font-size: 14px
}

.maplist td {
    border: 1px solid #ebebeb;
    line-height: 45px
}

.maplist .one {
    font-weight: 700;
    text-align: center;
    width: 15%;
    border: 1px solid #ebebeb
}

.maplist .one a {
    display: block;
    width: 100%;
    border-left: 4px solid #38414d;
    color: #000
}

.maplist .two {
    text-align: center;
    width: 18%
}

.maplist .two a {
    display: block;
    width: 100%;
    color: #000
}

.maplist .three {
    padding-left: 10px
}

.maplist .three a {
    display: inline-block;
    margin: 0 10px;
    color: #000
}

/* ================================================== 首页 ================================================== */
.index-mp-flr-wp>.flr-l {
    position: relative;
    width: 620px;
    height: 376px;
}

.index-mp-flr-wp>.flr-r {
    position: relative;
    width: 425px;
}

.index-mp-flr-wp .index-mp-box-l {
    /* padding-left: 10px; */
}

/* 图片新闻 swiper */
/* main */
.tpxw-spr {
    position: relative;
    font-size: 0
}

.tpxw-spr .swiper-container {
    height: 376px;
}

.tpxw-spr .swiper-wrapper .swiper-slide {
    width: 100%
}

.tpxw-spr .swiper-wrapper .swiper-slide .pic-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity: .5
}

.tpxw-spr .swiper-wrapper .swiper-slide a {
    display: block;
    overflow: hidden
}

.tpxw-spr .swiper-wrapper .swiper-slide a img {
    display: block;
    margin: 0 auto;
    width: 620px;
    height: 376px;
}

/* info */
.tpxw-spr .info-wrap {
    position: relative;
    margin-top: -35px;
    height: 35px;
    line-height: 35px;
    z-index: 2;
    overflow: hidden
}

.tpxw-spr .info-wrap .info-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity: .5
}

.tpxw-spr .info-wrap .text-wp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.tpxw-spr .info-wrap .text-wp>a {
    display: none;
    position: relative;
    float: left;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* pagination */
.tpxw-spr .pagination {
    position: absolute;
    right: 20px;
    bottom: 12px;
    z-index: 3
}

.tpxw-spr .pagination .swiper-pagination-switch {
    float: left;
    margin-left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ddd;
    cursor: pointer
}

.tpxw-spr .pagination .swiper-active-switch {
    background-color: #ffc600
}

/* button */
.tpxw-spr .prev, .tpxw-spr .next {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 38px;
    height: 58px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 4;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
    -khtml-opacity: .2;
    transition: all .3s
}

.tpxw-spr .prev {
    left: 10px;
    background-image: url(../images/public/common_spr_prev_ico.png)
}

.tpxw-spr .next {
    right: 10px;
    background-image: url(../images/public/common_spr_next_ico.png)
}

.tpxw-spr:hover .prev, .tpxw-spr:hover .next {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity: .7
}

.tpxw-spr .prev:hover, .tpxw-spr .next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

/* 中央要闻 新疆要闻 政务动态 公示公告 */
.com-tab-wp1 {
    /* padding-top:20px; */
    /* padding-right:20px */
}

.news-list1 {
    position: relative;
    margin-bottom: -20px;
    padding-top: 20px;
    font-size: 0
}

.news-list1>li {
    margin-bottom: 20px;
}

.news-list1>li .time-wp {
    width: 16.5%;
}

.news-list1>li .txt-wrap {
    width: 83.5%;
}

.news-list1>li .t-box {
    padding-right: 10px;
    border-right: 1px solid rgba(135, 167, 214, .9)
}

.news-list1>li .t-box .m-d {
    display: block;
    color: #1e51ab;
    font-size: 24px
}

.news-list1>li .t-box .y {
    display: block;
    padding: 6px 0 0;
    color: #547abd;
    font-size: 12px
}

.news-list1>li .txt-wp {
    padding: 0 0 0 10px
}

.news-list1>li .txt-wp h3 {
    line-height: 1.5
}

.news-list1>li .txt-wp h3 a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color .3s
}

.news-list1>li .txt-wp .des {
    line-height: 1.6
}

.news-list1>li .txt-wp .des a {
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color .3s
}

.news-list1>li .txt-wp .des .more {
    color: #ffc600
}

.news-list1>li .txt-wp h3 a:hover, .news-list1>li .txt-wp .des a:hover {
    color: #ffc600
}

.com-tab-wp1 .xjyw-outer {
    /* margin-top:10px */
}

.com-tab-wp1 .xjyw-outer li a {
    color: #000;
}

.com-tab-wp1 .xjyw-outer li span {
    color: #000;
}

.com-tab-wp1 .xjyw-outer li:before {
    background-color: #fff
}

.com-tab-wp1 .xjyw-outer li a:hover {
    color: #000;
}

/* 政府信息公开 新疆政务服务网 局长信箱 意见征集 */
.index-mp-channels-wp {
    padding: 6px 20px 0;
}

.index-mp-channels {
    margin: 0 -10px
}

.index-mp-channels>.itm {
    width: 25%;
    text-align: center;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(0)
}

.index-mp-channels>.itm a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 10px;
    padding: 30px 0 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
    transition: transform .2s;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(0)
}

.index-mp-channels>.itm .ico {
    display: block;
    margin: 0 auto;
    height: 38px;
    transition: transform .3s
}

.index-mp-channels>.itm .name {
    display: block;
    padding-top: 18px;
    color: #fff;
    font-size: 22px;
    transition: color .3s
}

.index-mp-channels>.itm1 a {
    background-image: url(../images/public/index_mp_bg1.png);
    background-position: 0 30px !important;
}

.index-mp-channels>.itm2 a {
    background-image: url(../images/public/index_mp_bg2.png)
}

.index-mp-channels>.itm3 a {
    background-image: url(../images/public/index_mp_bg3.png)
}

.index-mp-channels>.itm4 a {
    background-image: url(../images/public/index_mp_bg4.png)
}

.index-mp-channels>.itm a:hover .ico {
    transform: scale(.9)
}

/* ================================================== 政务动态 ================================================== */
.zwdt-mp-mod {
    padding: 20px 15px
}

.zwdt-flmr-wp {
    min-height: 445px
}

.zwdt-flmr-wp>.flmr-l {
    width: 35.8%
}

.zwdt-flmr-wp>.flmr-m {
    width: 38.8%
}

.zwdt-flmr-wp>.flmr-r {
    width: 25.4%
}

.zwdt-flmr-wp>.flmr-m>.zwdt-mid-box {
    padding: 0 20px
}

.com-img-txt-list {
    position: relative;
    font-size: 0
}

.com-img-txt-list>.itm {
    padding: 30px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.com-img-txt-list>.itm a {
    position: relative;
    display: block
}

.com-img-txt-list>.itm .img-wp {
    overflow: hidden;
    width: 50%
}

.com-img-txt-list>.itm .img-wp img {
    display: block;
    width: 100%;
    height: 106px;
    transition: transform .3s
}

.com-img-txt-list>.itm .name-wp {
    padding-left: 15px;
    width: 50%
}

.com-img-txt-list>.itm .name-wp .tit {
    display: block;
    padding-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    transition: color .3s
}

.com-img-txt-list>.itm .name-wp .date {
    color: rgba(255, 255, 255, .7);
    font-size: 16px
}

.com-img-txt-list>.itm a:hover img {
    transform: scale(1.1)
}

.com-img-txt-list>.itm a:hover .tit {
    color: #ffc600
}

.zwdt-mp-mod .news-list {
    margin-top: 10px
}

.zwdt-mp-mod .news-list>li>a {
    color: #fff
}

.zwdt-mp-mod .news-list>li>.time {
    color: rgba(255, 255, 255, .7)
}

.zwdt-mp-mod .news-list>li>.point {
    background-color: #fff
}

.zwdt-mp-mod .news-list>li>a:hover {
    color: #ffc600
}

.zwdt-mp-mod .xjyw-outer {
    margin-top: 10px
}

.zwdt-mp-mod .xjyw-outer li a {
    color: #fff
}

.zwdt-mp-mod .xjyw-outer li span {
    color: rgba(255, 255, 255, .7)
}

.zwdt-mp-mod .xjyw-outer li:before {
    background-color: #fff
}

.zwdt-mp-mod .xjyw-outer li a:hover {
    color: #ffc600
}

.com-tab-wp6 {
    margin-top: 35px
}

.com-tab-wp7 {
    margin-top: 15px
}

.ztzl-pic-list {
    margin: 0 -23px
}

.ztzl-pic-list>.itm {
    width: 50%
}

.ztzl-pic-list>.itm>a {
    display: block;
    margin: 23px 23px 0 23px;
    font-size: 0
}

/* ================================================== 政务公开 ================================================== */
.zwgk-flr-wp {
    padding: 20px 20px 19px 20px;
}

.zwgk-flr-wp>.flr-l {
    width: 36%;
}

.zwgk-flr-wp>.flr-r {
    width: 64%;
}

.zwgk-l-box {
    padding-right: 20px
}

.zwgk-r-box {
    /* padding-left:20px */
}

.zwgk-r-box .zfxxgk {
    margin-top: 17px;
}

.jgjs-pic-list {
    padding: 10px 0
}

.jgjs-pic-list>.itm {
    padding: 8px 0 0;
    width: 100%;
}

.zfxxgk-pic-cha {
    margin: 0 -7px;
    padding-top: 10px
}

.zfxxgk-pic-cha>.itm {
    width: 50%;
    text-align: center
}

.zfxxgk-pic-cha>.itm a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px 7px 0;
    padding: 12px 0;
    background: #1d55a5;
    transition: background .3s
}

.zfxxgk-pic-cha>.itm .ico {
    display: block;
    margin: 0 auto;
    height: 30px;
    transition: transform .3s
}

.zfxxgk-pic-cha>.itm .name {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-size: 16px;
    transition: color .3s
}

.zfxxgk-pic-cha>.itm a:hover {
    background: transparent
}

.zfxxgk-pic-cha>.itm a:hover .name {
    color: #ffc600
}

.zfxxgk-pic-cha>.itm a:hover .ico {
    transform: scale(.9)
}

.zfxxgk-pic-cha2 {
    padding-top: 0
}

.zfxxgk-pic-cha2>.itm {
    width: 100%
}

.com-tab-wp9 {
    /* margin-top: 5px; */
}

.com-tab-wp11 {
    margin-top: 30px
}

.zwgk-mp-mod .news-list {
    padding-top: 12px;
}

.zwgk-mp-mod .news-list>li>.point {
    background-color: #62c5ff
}

.zwgk-mp-mod .news-list>li>a {
    color: #000;
}

.zwgk-mp-mod .news-list>li>a:hover {
    font-weight: 700;
}

.zwgk-mp-mod .news-list>li>.des {
    clear: both;
    display: block;
    padding-top: 8px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all
}

.zwgk-mp-mod .com-tab-wp10 .news-list>li {
    padding: 10px 0;
    height: auto;
    line-height: 1.5
}

.zwgk-mp-mod .com-tab-wp10 .news-list>li>.point {
    top: 19px;
    margin-top: 0;
    background-color: #62c5ff;
}

.zwgk-mp-mod .com-tab-wp10 .news-list>li>.des {
    display: none
}

.zwgk-mp-mod .com-tab-wp10 .news-list>li:hover>a {
    font-weight: 800
}

.zwgk-mp-mod .com-tab-wp10 .news-list>.active>.des {
    display: block
}

.com-tab-wp10>.sec-wp>.ct-sec {
    min-height: 211px;
    margin-bottom: 7px;
}

.ghsjq-pic-cha {
    margin: 0 -6px
}

.ghsjq-pic-cha>.itm {
    width: 20%;
    text-align: center
}

.ghsjq-pic-cha>.itm a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 15px 6px 0;
    padding: 12px 0 10px;
    background: #1e54a6;
    border: 1px solid rgba(46, 110, 207, .9);
    border-radius: 2px;
    transition: background .3s
}

.ghsjq-pic-cha>.itm .ico {
    float: left;
    height: 20px;
    transition: transform .3s
}

.ghsjq-pic-cha>.itm .name {
    float: left;
    padding-left: 12px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    transition: color .3s
}

.ghsjq-pic-cha>.itm a:hover {
    background: transparent
}

.ghsjq-pic-cha>.itm a:hover .name {
    color: #ffc600
}

.ghsjq-pic-cha>.itm a:hover .ico {
    transform: scale(.9)
}

/* ================================================== 政民互动 ================================================== */
.zmhd-flr-wp {
    padding: 20px 20px 10px;
}

.zmhd-flr-wp>.flr-l {
    width: 55%;
    /* margin-top: 20px; */
}

.zmhd-flr-wp>.flr-r {
    width: 45%;
    /* margin-top: 20px; */
}

.zmhd-flr-wp>.flr-l>.l-box {
    /* padding-right:15px */
}
.lyzxy{
    color: #fff;
    background: #2055a9;
    padding: 10px 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.zmhd-flr-wp>.flr-r>.r-box {
    padding-left: 15px;
    height: 200px;
}

.zmhd-mp-mod .com-tab-wp>.tab-head>.active>a {
    /* font-weight: 700; */
}

.jzxx-pic-cha {
    background: #d8ebff url(../images/public/ldxxbj.png) no-repeat;
    background-size: 100%;
}

.jzxx-pic-cha>.itm {
    width: 50%
}

.jzxx-pic-cha>.itm a {
    display: block;
    padding: 31px 0;
}

.jzxx-pic-cha>.itm .l-box {
    width: 35%;
    text-align: center
}

.jzxx-pic-cha>.itm .r-box {
    width: 65%;
    padding-top: 10px
}

.jzxx-pic-cha>.itm:first-child .r-box {
    border-right: 1px solid rgba(81, 193, 240, .2)
}

.jzxx-pic-cha>.itm .ico {
    /* height: 85px; */
    transition: transform .3s
}

.jzxx-pic-cha>.itm .name {
    color: #1f53a7;
    font-size: 20px;
    font-weight: 800;
    transition: color .3s
}

.jzxx-pic-cha>.itm .des {
    display: block;
    padding: 15px 25px 0 0;
    color: #666;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all
}

.jzxx-pic-cha>.itm a:hover .name {
    color: #ffc600
}

.jzxx-pic-cha>.itm a:hover .ico {
    transform: scale(.9)
}

.com-tab-wp13>.sec-wp>.ct-sec {
    min-height: 250px;
}

.xjtj-num-wp {
    /* margin-top: 17px; */
    padding: 20px 0;
    /* background:#2055a7 */
}

.xjtj-num-wp .info {
    border-left: 3px solid #51c1f0;
    padding-left: 15px;
    color: #fff;
    font-size: 18px
}

.xjtj-num-list {
    padding-top: 22px
}

.xjtj-num-list>.itm {
    width: 33.333%;
    text-align: center
}

.xjtj-num-list>.itm .num {
    color: #ffc600;
    font-size: 36px;
    font-family: serif
}

.xjtj-num-list>.itm .t {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-size: 18px
}

.com-tab-wp13 .com-table-wrap {
    /* padding-top: 20px; */
}

.com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c2 {
    width: 45%;
}

.com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c3 {
    width: 13%
}

.com-order-news-list {
    padding-top: 25px
}

.com-order-news-list>.itm {
    padding-bottom: 20px
}

.com-order-news-list>.itm>.l-box {
    width: 16%
}

.com-order-news-list>.itm>.r-box {
    width: 84%
}

.com-order-news-list .tit {
    color: #000;
    font-size: 16px;
    transition: color .3s;
    width:100%;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.com-order-news-list .info-row-wp {
    padding: 14px 0 0
}

.com-order-news-list .order {
    display: table-cell;
    width: 56px;
    height: 56px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    background: #3b6eba;
    border-radius: 100%
}

.com-order-news-list .date-wp {
    color: #cacaca;
    font-size: 14px
}

.com-order-news-list .status {
    /* padding:4px 14px; */
    color: #cacaca;
    font-size: 14px;
    border-radius: 25px;
}

.com-order-news-list .sts-doing {
    background: #d20200
}

.com-order-news-list .sts-end {
    background: #949491
}

.com-order-news-list .tit:hover {
    /* color: #000; */
    font-weight: 700;
}

/* zmhd政民互动s */
.hdjl {
    /* padding: 10px; */
    height: 545px;
}

.hdjl .sec-name .fr {
    margin-top: 10px;
}

.xjtj-num-wp {
    background-size: 100%;
}

.xjtj-num-wp .fl {
    width: 20%;
    margin-right: 35px;
}

.xjtj-num-wp .fr {
    width: 60%;
}

.xjtj_echart {
    width: 100px;
    height: 100px;
    background-color: pink;
}

/* .hdjl .xjtj a{
    display: inline-block;
    width: 130px;
    height: 46px;
    background: #2055a9;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    border-radius: 0 0 10px 0;
}
.hdjl .xjtj span{
    margin-left: 20px;
    color: #223045;
    font-size: 16px; 
    font-weight: 700;
} */
.hdjl .com-tab-wp12 {
    background-size: 103% 104%;
}

/* .hdjl .xjtj-num-wp >.fl{
    width: 31%;
    padding: 20px 30px;
    border-right: 1px solid #d4e0ef;
    height: 112px;
}
.hdjl .xjtj-num-wp >.fl span{
    font-size: 18px;
    font-weight: 700;
    color: #223045;
}
.hdjl .xjtj-num-wp >.fl p{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}
.hdjl .xjtj-num-wp >.fr{
    width: 60%;
}
.hdjl .xjtj_right_box_top span{
    color: #ff8e29;
    font-size: 24px;
}
.hdjl .xjtj_right_box_top p{
    font-size: 16px;
    color: #223045;
}
.hdjl .xjtj_right_box_bottom span{
    font-size: 24px;
    color: #2b66c6;
}
.hdjl .xjtj_right_box_bottom p{
    font-size: 16px;
    color: #223045;
}
.hdjl .xjtj_right_box_top{
    margin-bottom: 10px;
} */
#tjbt {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    /* margin-top:15px; */
    background-color: #d2e5ff;
}

/* zmhd政民互动e */
/* ================================================== 新疆体育 ================================================== */
.xjty-mp-mod {
    padding: 35px
}

/* 新疆体育-群众体育 */
/* 群众体育 青少年体育 竞技体育 全民体育 体育文化 */
.com-tab-wp2>.tab-head {
    border: 0;
    height: 88px;
    background: url(../images/public/xjty_tab_bg.png) no-repeat center;
    background-size: contain
}

.com-tab-wp2>.tab-head>.itm {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    width: 20%
}

.com-tab-wp2>.tab-head>.itm>a {
    padding: 14px 0;
    height: 88px;
    font-size: 0;
    text-align: center
}

.com-tab-wp2>.tab-head>.itm .t {
    display: block;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800
}

.com-tab-wp2>.tab-head>.active {
    border: 0
}

.com-tab-wp2>.tab-head>.active a {
    background: url(../images/public/xjty_tab_act.png) no-repeat center;
    background-size: contain
}

.com-tab-wp2>.tab-head>.itm:first-child>a {
    background-position: left center
}

.com-tab-wp2>.tab-head>.itm:last-child>a {
    background-position: right center
}

.com-tab-wp2 .qqjqt-flr-wp .com-pic-link img {
    height: 228px
}

.qqjqt-flr-wp {
    padding: 30px 0 25px
}

.qqjqt-flr-wp>.flr-l {
    width: 38%
}

.qqjqt-flr-wp>.flr-r {
    width: 62%
}

.qqjqt-flr-wp>.flr-r>.qqjqt-box {
    padding-left: 25px
}

.qqjqt-flr-wp .news-list>li:hover a {
    font-weight: 800
}

.com-pic-link {
    position: relative;
    display: block;
    font-size: 0;
    overflow: hidden
}

.com-pic-link img {
    width: 100%;
    transition: transform .3s
}

.com-pic-link:hover img {
    transform: scale(1.1)
}

.com-pic-link-bor {
    border: 4px solid #0391ff
}

.com-flr-wp>.flr-l, .com-flr-wp>.flr-r {
    width: 50%
}

.com-flr-wp>.flr-l>.l-box {
    padding-right: 10px
}

.com-flr-wp>.flr-r>.r-box {
    padding-left: 10px
}

.com-pic-title-list>.itm {
    width: 50%
}

.com-pic-title-list>.itm>.l-box {
    padding-right: 7.5px
}

.com-pic-title-list>.itm>.r-box {
    padding-left: 7.5px
}

.com-video-title-list>.l-box {
    width: 62%
}

.com-video-title-list>.r-box {
    width: 38%
}

.com-video-title-list .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/public/common_play_mask.png) no-repeat center;
    background-size: cover
}

.com-title-box {
    position: relative;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow .3s
}

.com-title-box>h3 {
    z-index: 2;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
    transition: all .3s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.com-title-box>h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    transition: all .3s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.com-title-box .des {
    padding: 15px 0 20px;
    color: #e0edff;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    transition: all .3s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.com-title-box .btn-wp {
    display: table-cell;
    vertical-align: middle;
    transition: all .3s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.com-title-box .btn-wp .com-more-btn {
    transition: all .3s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.com-title-box:hover {
    box-shadow: 3.6px 3.6px 7.2px #215bae, -2.4px -2.4px 3px #2969c9
}

.style-title-box1:hover:before, .style-title-box4:hover:before, .style-title-box6:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0097fd 0%, #4facfe 100%);
    filter: blur(5px);
    opacity: .7
}

.style-title-box2:hover:before, .style-title-box5:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    filter: blur(5px);
    opacity: .7
}

.style-title-box1:hover .des, .style-title-box2:hover .des, .style-title-box4:hover .des, .style-title-box5:hover .des, .style-title-box6:hover .des {
    transform: translate3d(0, -50%, 0);
    opacity: 0
}

.style-title-box1:hover>h3, .style-title-box2:hover>h3, .style-title-box4:hover>h3, .style-title-box5:hover>h3, .style-title-box6:hover>h3 {
    text-align: center;
    transform: translate3d(0, 55%, 0)
}

.style-title-box1:hover>h3 a, .style-title-box2:hover>h3 a, .style-title-box4:hover>h3 a, .style-title-box5:hover>h3 a, .style-title-box6:hover>h3 a {
    font-size: 20px;
    line-height: 1.6
}

.style-title-box1:hover .btn-wp, .style-title-box2:hover .btn-wp, .style-title-box4:hover .btn-wp, .style-title-box5:hover .btn-wp, .style-title-box6:hover .btn-wp {
    display: none
}

.com-pic-link1 img {
    height: 198px
}

.style-title-box1 {
    height: 198px;
    background-image: url(../images/public/xjty_tit_bg1.png)
}

.style-title-box2 {
    height: 198px;
    background-image: url(../images/public/xjty_tit_bg2.png)
}

.com-more-btn {
    padding: 8px 10px 8px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.com-more-btn .t {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    transition: all .3s
}

.com-more-btn img {
    margin-left: 6px;
    vertical-align: middle;
    transition: all .3s
}

.com-more-btn:hover .t, .com-title-box>h3 a:hover {
    color: #ffc600
}

.com-more-btn:hover img {
    transform: scale(.96)
}

.style-more-btn1 {
    background-image: url(../images/public/common_more_bg1.png)
}

.style-more-btn2 {
    background-image: url(../images/public/common_more_bg2.png)
}

/* 新疆体育-青少年体育 */
.xjty-qsnty-flr-wp {
    padding-top: 30px
}

.xjty-qsnty-flr-wp>.flr-l, .xjty-qsnty-flr-wp>.flr-r {
    width: 50%
}

.xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box {
    margin-bottom: -25px;
    padding-right: 15px
}

.xjty-qsnty-flr-wp>.flr-r>.xjty-qsnty-r-box {
    padding-left: 15px
}

.xjty-qsnty-img-list-wp {
    padding: 20px 25px;
    min-height: 465px;
    background: url(../images/public/common_mp_bg2.png) no-repeat center;
    background-size: cover
}

.xjty-qsnty-img-list {
    position: relative;
    margin: 0 -15px -20px;
    font-size: 0
}

.xjty-qsnty-img-list>.itm {
    z-index: 1;
    width: 50%
}

.xjty-qsnty-img-list>.itm .img-wrap {
    z-index: 1;
    position: relative;
    margin: 0 15px 25px
}

.xjty-qsnty-img-list>.itm .img-wp {
    z-index: 1;
    display: block;
    transition: transform .2s;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(0)
}

.xjty-qsnty-img-list>.itm .img-wp img {
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 162px;
    transition: all .1s ease
}

.xjty-qsnty-img-list>.itm .name {
    display: block;
    padding: 15px 2% 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background .3s
}

.xjty-qsnty-img-list>.itm:hover, .xjty-qsnty-img-list>.itm .img-wrap:hover, .xjty-qsnty-img-list>.itm .img-wrap:hover .img-wp {
    z-index: 2
}

.xjty-qsnty-img-list>.itm .img-wrap:hover .img-wp img {
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4)
}

.xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box .com-pic-title-list {
    margin-bottom: 25px
}

.xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box .com-pic-link img, .xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box .com-title-box {
    height: 220px
}

/* 新疆体育-竞技体育 */
.xjty-jjty-box-wrap {
    margin-top: 30px;
    padding: 20px 20px 0;
    background: url(../images/public/common_mp_bg2.png) no-repeat center;
    background-size: cover
}

.xjty-jjty-flr-wp>.flr-l {
    width: 47%
}

.xjty-jjty-flr-wp>.flr-r {
    width: 53%
}

.xjty-jjty-flr-wp>.flr-r>.xjty-jjty-box {
    padding-left: 15px
}

.com-pic-link2 img {
    height: 320px
}

.style-title-box3 {
    height: 320px;
    background-image: url(../images/public/xjty_tit_bg3.jpg)
}

.style-title-box3 h3 {
    padding-top: 10px
}

.style-title-box3 .des {
    padding: 25px 0 100px;
    color: #bcd8ff
}

.style-title-box3 .com-more-btn {
    padding: 6px 15px 6px 25px
}

/* main */
.xjty-jjty-spr {
    position: relative;
    padding: 0 55px;
    font-size: 0
}

/* margin-top:25px; */
.xjty-jjty-spr .swiper-container {
    padding-top: 20px;
    height: 125px
}

/* 96 */
.xjty-jjty-spr .swiper-wrapper .swiper-slide .pic-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity: .5
}

.xjty-jjty-spr .swiper-wrapper .swiper-slide a {
    display: block;
    margin: 0 auto;
    border: 4px solid transparent;
    width: 108px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s
}

.xjty-jjty-spr .swiper-wrapper .swiper-slide a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    transition: transform .3s
}

.xjty-jjty-spr .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.1)
}

.xjty-jjty-spr .swiper-wrapper .swiper-slide a:hover, .xjty-jjty-spr .swiper-wrapper .swiper-slide-active a {
    border-color: #4a92f6;
    box-shadow: .15px .98px 20.48px 3.36px rgba(21, 65, 155, .47)
}

/* 8*cos(180 - 99) 8*sin(180 - 99) 21-0.16 21*0.16 */
/* button */
.xjty-jjty-spr .prev, .xjty-jjty-spr .next {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 4;
    transition: all .3s
}

.xjty-jjty-spr .prev {
    left: 0;
    background-image: url(../images/public/common_spr_prev_ico2.png)
}

.xjty-jjty-spr .next {
    right: 0;
    background-image: url(../images/public/common_spr_next_ico2.png)
}

.xjty-jjty-spr:hover .prev, .xjty-jjty-spr:hover .next {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity: .7
}

.xjty-jjty-spr .prev:hover, .xjty-jjty-spr .next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

/* 新疆体育-全民体育 */
.xjty-qmty-box-wrap {
    margin-top: 30px;
    padding: 25px;
    background: url(../images/public/common_mp_bg2.png) no-repeat center;
    background-size: cover
}

.xjty-qmty-img-list {
    clear: both;
    position: relative;
    margin: 0 -12px;
    font-size: 0
}

.xjty-qmty-img-list>.itm {
    position: relative;
    width: 25%;
    transition: transform .2s;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(0)
}

.xjty-qmty-img-list>.itm a {
    position: relative;
    display: block;
    margin: 0 12.5px 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59)
}

.xjty-qmty-img-list>.itm a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .8s
}

.xjty-qmty-img-list>.itm .img-wp {
    display: block;
    transition: transform .2s;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(0)
}

.xjty-qmty-img-list>.itm .img-wp img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 146px
}

.xjty-qmty-img-list>.itm .name, .xjty-qmty-img-list>.itm .des {
    position: relative;
    display: block;
    transition: color .1s
}

.xjty-qmty-img-list>.itm .name {
    padding: 20px 18px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.xjty-qmty-img-list>.itm .des {
    padding: 10px 18px 15px;
    color: #bcd8ff;
    font-size: 14px;
    line-height: 1.5
}

.xjty-qmty-img-list>.itm a:hover {
    animation-name: anim1
}

.xjty-qmty-img-list>.itm a:hover .des {
    color: #fff
}

@keyframes anim1 {
    0% {
        transform: rotateY(0deg)
    }

    30% {
        transform: rotateY(30deg)
    }

    60% {
        transform: rotateY(-30deg)
    }

    100% {
        transform: rotateY(0deg)
    }
}

.xjty-qmty-img-list>.itm1 a {
    background-image: url(../images/public/xjty_tit_bg4.png)
}

.xjty-qmty-img-list>.itm2 a {
    background-image: url(../images/public/xjty_tit_bg5.png)
}

.xjty-qmty-img-list>.itm3 a {
    background-image: url(../images/public/xjty_tit_bg6.png)
}

.xjty-qmty-img-list>.itm4 a {
    background-image: url(../images/public/xjty_tit_bg7.png)
}

.xjty-qmty-img-list>.itm1 a:hover:before {
    background-image: linear-gradient(to right, #0097fd 0%, #4facfe 100%);
    filter: blur(5px);
    opacity: .7
}

.xjty-qmty-img-list>.itm2 a:hover:before {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    filter: blur(5px);
    opacity: .7
}

.xjty-qmty-img-list>.itm3 a:hover:before {
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    filter: blur(5px);
    opacity: .7
}

.xjty-qmty-img-list>.itm4 a:hover:before {
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    filter: blur(5px);
    opacity: .7
}

.xjty-qmty-flr-wp>.flr-l {
    width: 87%
}

.xjty-qmty-flr-wp>.flr-r {
    width: 13%
}

.xjty-qmty-img-wp {
    margin: 0 -15px
}

.xjty-qmty-img-wp>.itm {
    width: 25%
}

.xjty-qmty-img-wp>.itm>a {
    display: block;
    margin: 0 15px 0;
    font-size: 0
}

.xjty-qmty-img-wp>.itm>a>img {
    width: 100%;
    height: 135px
}

.big-more-wrap {
    padding-left: 15px
}

.big-more-wp {
    display: table-cell;
    width: 3.5%;
    height: 135px;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    background: #1252b3;
    transition: background .3s
}

.big-more-wp .t, .big-more-wp img {
    vertical-align: middle
}

.big-more-wp img {
    margin-left: 8px
}

.big-more-wp .t {
    color: #fff;
    font-size: 22px
}

.big-more-wp:hover {
    background: #1657bb
}

/* 新疆体育-体育文化 */
.xjty-tywh-flr-wp {
    margin-top: 30px
}

.xjty-tywh-flr-wp>.flr-l, .xjty-tywh-flr-wp>.flr-r {
    width: 50%
}

.xjty-tywh-flr-wp>.flr-l>.xjty-tywh-l-box {
    padding-right: 20px
}

.xjty-tywh-flr-wp>.flr-r>.xjty-tywh-r-box {
    padding-left: 20px
}

.xjty-tywh-min-box {
    margin-bottom: -5px;
    padding: 25px;
    background: url(../images/public/common_mp_bg2.png) no-repeat center;
    background-size: cover
}

.xjty-tywh-sec-name-wp {
    height: 58px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.jcwt-min-box {
    padding: 14px 25px 2px
}

.xjty-tywh-sec-name-wp1, .xjty-tywh-sec-name-wp2 {
    margin-bottom: 20px
}

.xjty-tywh-sec-name-wp1 {
    background-image: url(../images/public/xjty_tywh_jcwt.png)
}

.xjty-tywh-sec-name-wp2 {
    background-image: url(../images/public/xjty_tywh_jcsp.png)
}

.com-pic-link3 img {
    height: 165px
}

.style-title-box4 {
    height: 165px;
    background-image: url(../images/public/xjty_tit_bg8.png)
}

.style-title-box5 {
    height: 165px;
    background-image: url(../images/public/xjty_tit_bg9.png)
}

.xjty-tywh-min-box .com-title-box .des {
    color: #bcd8ff
}

.xjty-tywh-min-box .com-pic-title-list {
    margin-bottom: 25px
}

.jcsp-min-box {
    padding: 14px 25px 0
}

.com-pic-link4 .v-img {
    height: 224px
}

.style-title-box6 {
    height: 224px;
    background-image: url(../images/public/xjty_tit_bg10.png)
}

/* main */
.xjty-tywh-spr {
    position: relative;
    padding: 0 45px;
    font-size: 0
}

.xjty-tywh-spr .swiper-container {
    padding-top: 20px;
    height: 158px
}

.xjty-tywh-spr .swiper-wrapper .swiper-slide .pic-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity: .5
}

.xjty-tywh-spr .swiper-wrapper .swiper-slide a {
    display: block;
    margin: 0 auto;
    border: 4px solid transparent;
    width: 138px;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s
}

.xjty-tywh-spr .swiper-wrapper .swiper-slide a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 108px;
    transition: transform .3s
}

.xjty-tywh-spr .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.1)
}

.xjty-tywh-spr .swiper-wrapper .swiper-slide a:hover, .xjty-tywh-spr .swiper-wrapper .swiper-slide-active a {
    border-color: #4a92f6;
    box-shadow: .15px .98px 20.48px 3.36px rgba(21, 65, 155, .47)
}

/* 8*cos(180 - 99) 8*sin(180 - 99) 21-0.16 21*0.16 */
/* button */
.xjty-tywh-spr .prev, .xjty-tywh-spr .next {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 4;
    transition: all .3s
}

.xjty-tywh-spr .prev {
    left: 0;
    background-image: url(../images/public/common_spr_prev_ico2.png)
}

.xjty-tywh-spr .next {
    right: 0;
    background-image: url(../images/public/common_spr_next_ico2.png)
}

.xjty-tywh-spr:hover .prev, .xjty-tywh-spr:hover .next {
    opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity: .7
}

.xjty-tywh-spr .prev:hover, .xjty-tywh-spr .next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1
}

.h_login a {
    color: #fff;
}

.h_login:hover ul {
    display: block;
}

.h_login {
    height: 35px;
    position: relative;
    z-index: 99;
    display: block;
    line-height: 19px;
}

.h_login b {
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color: #fff;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    display: none;
    cursor: pointer;
    margin-left: 8px;
}

.h_login ul {
    position: absolute;
    /* background: #3a66af; */
    width: 91px;
    text-align: center;
    top: 35px;
    display: none;
    padding-bottom: 10px;
}

.h_login ul a {
    color: #fff;
}

/* ================================================== start responsive ================================================== */

/* 2022-09-01 zxm调整s */
.foot-wrap {
    /* min-height: 190px; */
}

.zwxmt_list {
    width: 100% !important;
}

.zwxmt_list .r-box {
    border: 0 !important;
    padding: 0 !important;
}

.zwxmt_list .cc-cha {
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}

.zwxmt_list .cc-cha::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 80%;
    background: #204d99;
    left: 0;

}
.zwxmt_wrap.mp-wrap{
    overflow: inherit;
}
.zwxmt_wrap.mp-wrap .swiper-container{
    overflow: inherit;
}
.foot-wrap img {
    max-height: 70px;
}

.myheader {
    /* padding-top: 10px; */
}

.jycy .news-list>li>a, .shbz .news-list>li>a {
    width: 87%;
}

.xwzx .news-list>li>.time {
    color: #999;
}

.xwzx_ztzl {
    margin-top: 30px;
}

.xwzx_ztzl li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    padding-top: 2px;
}

.xwzx_ztzl li a {
    display: block;
    width: 100%;
    text-align: center;
}

.xwzx_ztzl li a p {
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwzx_ztzl li:last-child:after {
    display: none;
}

.xwzx_ztzl li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 49px;
    background: #adadad;
}

.xwzx_ztzl img {
    margin-bottom: 10px;
    max-width: 79px;
}

.xwzx {
    padding: 20px;
    height: 545px;
    box-sizing: border-box;
}

.hdjl .news-list>li>a {
    width: 87%;
}

.hdjl_cxfw {
    margin-top: 10px;
}

.hdjl_cxfw li {
    float: left;
    /* background: #e8f3fe; */
    width: 100%;
    /* height: 105px; */
    /* line-height: 31px; */
    text-align: center;
    margin-right: 15px;
    margin-bottom: 7px;
    border-radius: 10px;
    /* padding: 0 20px; */
    position: relative;
    height: 73px;
}

.hdjl_cxfw li a {
    display: block;
    white-space: normal;
    /* width: 64%; */
    /* left: 50%; */
    /* line-height: 23px; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 16px;
    color: #000;
    font-weight: 400;
    height: 71px;
}

.hdjl_cxfw li a img {
    width: 100%;
    height: 100%;
    margin-top: 0 !important;
}

.hdjl_cxfw li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
}
.flip .back {
    display: none;
}
.flip .thirdp {
    display: none;
}
.flip-on{display:block !important;}
.headTop {
    background: rgba(255, 255, 255, .2);
}

.head-top {
    width: 1290px;
    margin: 0 auto;
    height: 35px;
    padding-top: 8px
}

/*.flip{
    position: relative;
}
.flip .front, .flip .back{
    position: absolute;
    transition: 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

    翻转动画
.flip .back{
    animation: backAni 6s;
    animation-iteration-count: infinite;
    transition: all 6s;
}
.flip .front{
    transition: all 6s;
    animation: frontAni 6s;
    animation-iteration-count: infinite;
}


@keyframes frontAni
{
    0% {
        transform: rotateY(180deg);
    }
    50% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@keyframes backAni
{
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
    }
} */

/* 2022-09-01 zxm调整e */

.xglj, .xgfj {
    display: none;
    font-size: 20px;
    text-align: left;
    margin-top: 30px;
}
.xglj dt, .xgfj dt {
    color: #fff;
    background: #195369;
    line-height: 36px;
    font-size: 18px;
    height: 36px;
    width: 143px;
    text-align: center;
}
.xglj .dd a {
    color: #666;
    text-align:center;
}
.xglj a:hover,.xgfj a:hover{
    color: red;
}

/* 1921 电脑_大 */
@media only screen and (min-width: 120.0625em) {
    /* end */
}

/* 1440 电脑_小 */
@media only screen and (max-width: 90em) {}

/* 1366 电脑_小 */
@media only screen and (max-width: 85.375em) {}

/* 1200 电脑_小 */
@media only screen and (max-width: 75em) {

    .body-bg{background-size:100%;}
    
    .mobile_more{
        display: block!important;
        float: left;
        width: 100%;
        /* background: pink; */
        text-align: center;
        line-height: 37px;
        border: 1px solid #1e51ab;
        border-radius: 5px;
        margin-bottom: 25px;
    }
    .com-tab-wp13 .xjtj {
        position: static;
        width: 100%;
        margin: 0 0 15px;
    }

    .com-tab-wp13 .xjtj span {
        display: inline;
        font-size: 14px;
        line-height: 20px;
    }

    .hdjl_cxfw li {
        width: 100%;
        height: auto;
    }
    .list-box{
        width: calc(100% - 100px)!important;
    }
    .com-list-page-flr-wp>.flr-l>.l-box {
        padding: 0;
    }

    .main-m {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }

    .commom-head-wp {}

    .link-logo {
        float: none;
        display: inline-block
    }

    .search-wrap {
        float: none;
        display: inline-block;
        margin-left: 155px;
    }

    .com-srh {
        margin: 0 auto
    }

    .mp-menu-wp {
        display: none
    }

    .mp-wrap {
        float: none;
        width: 100%
    }

    .mp-mg-t {
        margin-top: 0
    }

    .rps-header {
        display: block;
        margin-top: 40px;
    }

    .rps-header>.itm {
        width: 25%;
    }

    .rps-header li:nth-child(3){width: 33.3333%;}
    .rps-header li:nth-child(3) a{
        display: block;
        padding: 10px 1%;
        text-align: center;
        line-height: 1.5;
        color: #fff;
        font-size: 16px;
        background-image: url(../images/public/common_mp_menu_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: background .3s
    }

    .rps-header li:nth-child(3) a:hover{
        color: #ffc600;
        background-image: url(../images/public/common_mp_menu_bg2.png)
    }
    
    .rps-header>.itm a {
        display: block;
        padding: 20px 1%;
        text-align: center;
        line-height: 1.5;
        color: #fff;
        font-size: 16px;
        background-image: url(../images/public/common_mp_menu_bg1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: background .3s
    }

    .rps-header>.itm a:hover, .rps-header>.active a {
        color: #ffc600;
        background-image: url(../images/public/common_mp_menu_bg2.png)
    }

    .ft-main, .ft-side-r {
        float: none;
        display: flex;
        justify-content: center
    }

    .ft-side-r {
        margin-top: 10px;
        align-items: center
    }

    .com-sec-mp-mod {
        padding: 20px 15px
    }

    .focus {
        width: 100%;
        overflow: hidden;
        padding-left: 30px;
    }

    .focus>img {
        left: 2px;
    }

    .link {
        padding: 0 10px;
    }

    .link li {
        width: 20%;
    }

    .link_nav {
        width: 90%;
    }

    /* side-btn */
    .side-btn-wp>.itm>.link-wp {
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 0 30px rgba(0, 0, 0, .1)
    }

    /* end */
}

/* 1100 平板_横 */
@media only screen and (max-width: 68.75em) {
    .mp-wrap, .no-mp-spr>.swiper-wrapper>.mp-active {
        height: auto
    }

    .body-bg{background-size:100%;}

    .index-mp-flr-wp>.flr-l, .index-mp-flr-wp>.flr-r {
        float: none;
        width: 100%;
        /* height: 200px; */
    }

    .index-mp-flr-wp .index-mp-box-l {
        padding: 0
    }

    .com-tab-wp1 {
        padding: 20px
    }

    .index-mp-channels-wp {
        padding: 20px 20px 40px
    }

    .news-list1>li {
        display: flex;
        align-items: center
    }

    .news-list1>li .time-wp {
        width: 10%
    }

    .news-list1>li .txt-wrap {
        width: 90%
    }

    .news-list1>li .txt-wp {
        padding: 0 0 0 40px
    }

    .zwgk-l-box {
        padding-right: 5px
    }

    .zwgk-r-box {
        padding-left: 5px
    }

    .ghsjq-pic-cha {
        margin: 0 -5px
    }

    .ghsjq-pic-cha>.itm a {
        margin: 10px 5px 0
    }

    .link-logo img {
        height: 58px;
        max-width: 100%;
    }

    /* end */
}

/* 992 平板_横 */
@media only screen and (max-width: 62em) {
    .my-pc {
        display: none
    }

    .body-bg{background-size:100%;}
    
    .headTop {
        display: none;
    }

    .link .content {
        width: 100%;
    }

    .my-mobile {
        display: block
    }

    .ztzl-pic-list {
        margin: 0 -10px
    }

    .ztzl-pic-list>.itm>a {
        margin: 20px 10px 0 10px
    }

    .zwdt-mp-mod, .zmhd-flr-wp {
        padding: 20px
    }

    .zwgk-flr-wp>.flr-l, .zwgk-flr-wp>.flr-r, .zmhd-flr-wp>.flr-l, .zmhd-flr-wp>.flr-r, .zwdt-flmr-wp>.flmr-l, .zwdt-flmr-wp>.flmr-m, .zwdt-flmr-wp>.flmr-r {
        float: none;
        width: 100%
    }

    .zwgk-l-box, .zwgk-r-box, .zmhd-flr-wp>.flr-l>.l-box, .zmhd-flr-wp>.flr-r>.r-box, .zwdt-flmr-wp>.flmr-m>.zwdt-mid-box {
        padding: 0
    }

    .com-img-txt-list>.itm {
        float: none;
        padding: 20px 0
    }

    .jgjs-pic-list>.itm:nth-child(2) {
        float: right
    }

    .jgjs-pic-list {
        padding: 10px 0 0
    }

    .com-tab-wp4, .com-tab-wp5, .com-tab-wp6, .com-tab-wp9, .com-tab-wp10, .com-tab-wp12 {
        margin-top: 20px
    }

    .ft-wp {
        background-size: auto 45px
    }

    .link-logo img {
        height: 50px;
        max-width: 100%;
    }

    /* end */
}

/* 768 手机_横 平板_竖 */
@media only screen and (max-width: 48em) {
    .zwfw_top a {
        height: auto;
    }

    .body-bg{background-size:100%;}

    .zwfw_top img {
        height: 100%;
    }

    .zwfw_top {
        margin-bottom: 0px;
    }

    .zwfw_center ul li {
        width: 100%;
    }

    .zwfw_bottom ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .zwfw_bottom ul li {
        width: 45%;
        margin-right: 0;
    }

    .index-mp-flr-wp>.flr-l, .index-mp-flr-wp>.flr-r {
        height: auto;
    }

    .tpxw-spr .swiper-wrapper .swiper-slide a img {
        width: 100%;
    }

    .xwzx {
        padding: 0;
    }

    .news-list>li>a {
        width: 75% !important;
    }

    .xwzx_ztzl li {
        width: 50%;
        margin-bottom: 20px;
        height: 110px;
    }

    .xwzx_ztzl li:after {
        display: none;
    }

    .zwxmt li {
        width: 46%;
        margin: 20px 0 0;
    }


    .commom-head-wp {
        padding-top: 30px;
        max-width: 100%;
    }

    .link-logo img {
        height: 50px;
        max-width: 100%;
    }

    .search-wrap {
        padding-top: 20px
    }

    .search-wrap {
        float: none;
        display: inline-block;
        margin-left: 15px;
    }

    .com-srh {
        width: 100%
    }

    .com-srh .srh-in {
        padding: 0 50px 0 20px;
        height: 35px;
        line-height: 35px
    }

    .com-srh .srh-sub {
        width: 50px;
        height: 33px;
        background-size: 20px;
        top:0px;

    }

    .com-srh .srh-in:focus {
        box-shadow: 0 0 20px rgba(255, 255, 255, .8)
    }

    .rps-header>.itm {
        width: 33.333%
    }

    .rps-header li{width: 33.333%;}
    .rps-header li a{padding: 10px 1%}
    .rps-header>.itm a {
        padding: 10px 1%
    }

    .tpxw-spr .swiper-container, .tpxw-spr .swiper-wrapper .swiper-slide a img {
        height: 240px;
    }

    .tpxw-spr .pagination {
        bottom: 13px
    }

    .tpxw-spr .pagination .swiper-pagination-switch {
        margin-left: 4px;
        width: 8px;
        height: 8px
    }

    .tpxw-spr .prev, .tpxw-spr .next {
        display: none
    }

    .tpxw-spr .info-wrap .text-wp>a {
        padding: 0 10px;
        width: calc(100% - 90px)
    }

    .tpxw-spr .pagination {
        right: 10px
    }

    .com-tab-wp1 {
        margin-top: 10px;
        padding: 10px
    }

    .com-tab-wp>.tab-head>.itm {
        margin-right: 20px
    }

    .com-tab-wp>.tab-head>.itm>a {
        font-size: 15px
    }

    .news-list1>li .time-wp {
        width: 22%
    }

    .news-list1>li .txt-wrap {
        width: 78%
    }

    .news-list1>li .txt-wp {
        padding: 0 0 0 18px
    }

    .index-mp-channels-wp {
        padding: 10px 10px 20px
    }

    .index-mp-channels {
        margin: 0 -5px
    }

    .index-mp-channels>.itm {
        width: 50%
    }

    .index-mp-channels>.itm a {
        margin: 0 5px 10px;
        padding: 20px 0
    }

    .index-mp-channels>.itm1 a {
        background-position: 0 -16px !important;
    }

    .index-mp-channels>.itm .ico {
        height: 25px
    }

    .index-mp-channels>.itm .name {
        padding-top: 10px;
        font-size: 15px
    }

    .zwdt-mp-mod, .zmhd-flr-wp, .zwgk-flr-wp {
        padding: 10px
    }

    .com-tab-wp>.tab-head .more-wp .more {
        font-size: 14px
    }

    .com-img-txt-list>.itm .name-wp .tit {
        font-size: 15px
    }

    .ztzl-pic-list {
        margin: 0
    }

    .ztzl-pic-list>.itm {
        width: 100%
    }

    .ztzl-pic-list>.itm>a {
        margin: 10px 0
    }

    .zfxxgk-pic-cha {
        margin: 0 -5px
    }

    .zfxxgk-pic-cha>.itm a {
        margin: 10px 5px 0
    }

    .zfxxgk-pic-cha>.itm .ico {
        height: 20px
    }

    .news-list1>li .txt-wp h3 a {
        font-size: 15px
    }

    .zfxxgk-pic-cha>.itm .name {
        font-size: 14px
    }

    .com-tab-wp10 .news-list>li>a, .com-tab-wp11 .news-list>li>a {
        width: 82%;
    }

    .ghsjq-pic-cha>.itm {
        width: 50%
    }

    .ghsjq-pic-cha>.itm .ico {
        height: 15px
    }

    .ghsjq-pic-cha>.itm .name {
        font-size: 14px;
        height: 15px;
        line-height: 15px
    }

    .jzxx-box-wp .sec-name img {
        width: 100%
    }

    .ghsjq-pic-cha>.itm a {
        padding: 10px 0
    }

    .jzxx-pic-cha>.itm .l-box, .jzxx-pic-cha>.itm .r-box {
        float: none;
        display: block;
        width: 100%
    }

    .jzxx-pic-cha>.itm .ico {
        height: 70px
    }

    .jzxx-pic-cha>.itm .name {
        display: block;
        font-size: 15px;
        text-align: center
    }

    .jzxx-pic-cha>.itm .des {
        font-size: 14px
    }

    .jzxx-pic-cha>.itm:first-child .r-box {
        border-right: 0
    }

    .jzxx-pic-cha>.itm .des {
        padding: 10px 10px 0;
        line-height: 1.5
    }

    .jzxx-pic-cha>.itm a, .xjtj-num-wp {
        padding: 20px 0
    }

    .xjtj-num-list {
        padding-top: 20px
    }

    .xjtj-num-wp .info {
        border-left-width: 2px;
        padding-left: 10px;
        font-size: 15px
    }

    .xjtj-num-list>.itm .t {
        font-size: 15px
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c1 {
        width: 15%
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c2 {
        width: 35%
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c3 {
        width: 22%
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c4 {
        width: 28%
    }

    .com-tab-wp14 {
        margin-top: 20px
    }

    .com-order-news-list>.itm>.l-box {
        /* width: 18%; */
        display: none;
    }

    .com-order-news-list>.itm>.r-box {
        width: 88%
    }

    .com-order-news-list .status {
        margin-top: 5px
    }

    .com-order-news-list .tit {
        line-height: 1.5
    }

    .xjty-mp-mod {
        padding: 10px
    }

    .com-tab-wp2>.tab-head {
        background-image: none
    }

    .com-tab-wp2>.tab-head>.itm {
        margin: 0 0 10px 0;
        width: 33.333%
    }

    .com-tab-wp2>.tab-head>.itm>a {
        padding: 5px 0
    }

    .com-tab-wp2>.tab-head>.active a {
        background-image: none;
        background-color: #ffc600
    }

    .com-tab-wp2>.tab-head>.itm:first-child>a img {
        height: 25px
    }

    .com-tab-wp2>.tab-head>.itm .t {
        padding-top: 5px
    }

    .qqjqt-flr-wp {
        padding: 0 0 20px
    }

    .qqjqt-flr-wp>.flr-l, .qqjqt-flr-wp>.flr-r {
        float: none;
        width: 100%
    }

    .qqjqt-flr-wp>.flr-r>.qqjqt-box {
        padding: 0
    }

    .com-pic-link-bor {
        border-width: 2px
    }

    .qqjqt-flr-wp .news-list {
        padding-top: 10px
    }

    .qqjqt-flr-wp .news-list>li>a {
        width: 74%
    }

    .com-flr-wp>.flr-l, .com-flr-wp>.flr-r, .com-pic-title-list>.itm, .xjty-qsnty-flr-wp>.flr-l, .xjty-qsnty-flr-wp>.flr-r, .xjty-jjty-flr-wp>.flr-l, .xjty-jjty-flr-wp>.flr-r, .xjty-qmty-img-list>.itm, .xjty-qmty-flr-wp>.flr-l, .xjty-qmty-img-wp>.itm, .xjty-qmty-flr-wp>.flr-r, .xjty-tywh-flr-wp>.flr-l, .xjty-tywh-flr-wp>.flr-r, .com-video-title-list>.l-box, .com-video-title-list>.r-box {
        float: none;
        width: 100%
    }

    .com-flr-wp>.flr-l>.l-box, .com-flr-wp>.flr-r>.r-box, .com-pic-title-list>.itm>.l-box, .com-pic-title-list>.itm>.r-box, .xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box, .xjty-qsnty-flr-wp>.flr-r>.xjty-qsnty-r-box, .xjty-jjty-flr-wp>.flr-r>.xjty-jjty-box, .big-more-wrap, .xjty-tywh-flr-wp>.flr-l>.xjty-tywh-l-box, .xjty-tywh-flr-wp>.flr-r>.xjty-tywh-r-box {
        padding: 0
    }

    .com-pic-link1 img, .style-title-box1, .style-title-box2, .xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box .com-pic-link img, .xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box .com-title-box, .com-pic-link2 img, .style-title-box3, .style-title-box4, .style-title-box5, .style-title-box6, .com-pic-link4 .v-img, .com-tab-wp2 .qqjqt-flr-wp .com-pic-link img {
        height: auto
    }

    .com-title-box {
        padding: 10px
    }

    .style-title-box1 {
        margin-bottom: 10px
    }

    .com-title-box>h3 a {
        font-size: 15px
    }

    .com-title-box .des {
        padding: 10px 0 15px
    }

    .com-more-btn {
        padding: 4px 10px;
        display: flex;
        align-items: center
    }

    .com-more-btn .t {
        font-size: 14px
    }

    .com-more-btn img {
        margin-left: 4px;
        height: 14px
    }

    .xjty-qsnty-flr-wp {
        padding-top: 0
    }

    .xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box, .xjty-qsnty-flr-wp>.flr-l>.xjty-qsnty-l-box .com-pic-title-list, .xjty-jjty-box-wrap, .xjty-qmty-box-wrap, .xjty-tywh-flr-wp, .xjty-qmty-img-list, .xjty-qmty-img-list>.itm a, .xjty-qmty-img-wp, .xjty-qmty-img-wp>.itm>a {
        margin: 0
    }

    .xjty-qsnty-img-list>.itm .name {
        padding: 10px 1% 0;
        font-size: 14px;
        font-weight: 400
    }

    .xjty-qsnty-img-list {
        margin: 0 -5px 0
    }

    .xjty-qsnty-img-list>.itm .img-wrap {
        margin: 0 5px 10px
    }

    .xjty-qsnty-img-list-wp {
        padding: 20px 10px 10px;
        min-height: 0
    }

    .xjty-jjty-box-wrap {
        padding: 10px
    }

    .xjty-jjty-spr .prev, .xjty-jjty-spr .next, .xjty-tywh-spr .prev, .xjty-tywh-spr .next {
        margin-top: -13px;
        width: 26px;
        height: 26px;
        background-size: contain
    }

    .xjty-jjty-spr .prev {
        left: 25px
    }

    .xjty-jjty-spr .next {
        right: 25px
    }

    .xjty-tywh-spr .prev {
        left: 15px
    }

    .xjty-tywh-spr .next {
        right: 15px
    }

    .xjty-qmty-box-wrap, .xjty-qmty-img-list>.itm .name, .xjty-qmty-img-list>.itm .des, .xjty-tywh-min-box {
        padding: 10px
    }

    .xjty-qmty-img-list>.itm .img-wp img {
        height: 160px
    }

    .xjty-qmty-img-list>.itm, .xjty-qmty-img-wp>.itm, .xjty-tywh-min-box, .xjty-tywh-sec-name-wp1, .xjty-tywh-sec-name-wp2, .xjty-tywh-min-box .com-pic-title-list {
        margin-bottom: 10px
    }

    .xjty-qmty-img-wp>.itm>a>img {
        height: auto
    }

    .big-more-wp {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0;
        width: auto;
        height: auto
    }

    .big-more-wp .t {
        font-size: 14px
    }

    .big-more-wp img {
        margin-left: 4px;
        height: 14px
    }

    .ft-wp {
        padding-top: 40px
    }

    .ft-side-r>a, .ft-side-r>span {
        margin: 0 2.5px
    }

    .ft-side-r>a img, .ft-side-r>span img {
        height: 40px
    }

    .ft-side-r .ft-btn {
        padding: 10px;
        font-size: 14px
    }

    .kpy-paging-wp3 {
        padding: 20px 0
    }

    .com-sec-mp-mod {
        padding: 10px
    }

    .com-title-box:hover>h3 a {
        font-size: 15px;
        line-height: 1.5
    }

    /* 通用列表页 */
    .com-list-page-flr-wp>.flr-l {
        /* display:none; */
        width: 100%;
        margin-bottom: 20px;
    }

    .com-list-page-flr-wp>.flr-l li {
        width: 50%;
        float: left;
    }

    .com-menu-list>.itm.active::before {
        display: none;
    }

    .com-menu-list>.itm.active::after {
        display: none;
    }

    .com-list-page-flr-wp>.flr-r {
        float: none;
        width: 100%
    }

    .com-list-page-flr-wp>.flr-r>.r-box {
        padding: 0;
        border: 0
    }

    .com-current-cha {
        padding-bottom: 15px
    }

    .com-current-cha .cc-cha {
        font-size: 18px
    }

    .com-pic-news-list>.itm {
        padding: 20px 0 20px 20px
    }

    .com-pic-news-list>.itm:before {
        top: 24px
    }

    /* 通用内容页 */
    .ccp-info-list>.itm {
        width: 50%;
        margin-bottom: 20px
    }

    .ccp-info-list>.itm:nth-child(2n) {
        display: flex;
        justify-content: flex-end
    }

    .ccp-info-list>.itm:last-child {
        margin-top: -10px
    }

    .ccp-info-list .cil-box {
        line-height: 20px;
        text-align: left
    }

    .ccp-tool-wp .top, .ccp-tool-wp .print, .ccp-tool-wp .close {
        font-size: 14px
    }

    /* m-menu-wp */
    .m-menu-ico {
        width: 20px;
        height: 25px
    }

    .m-menu-ico .line2 {
        top: 49%
    }

    .m-menu-list>.itm {
        padding: 0 10px 20px
    }

    .m-menu-list>.itm, .m-menu-list>.itm a, .m-menu-list>.itm span {
        font-size: 16px
    }

    /* end */
    .link li {
        width: 50%;
        text-align: left;
    }

    .link {
        height: auto;
    }

    .link .link_nav {
        width: 100%;
    }

    .ft-wp>div {
        width: 100%;
    }
}

/* 576 手机_竖 */
@media only screen and (max-width: 36em) {
    .xjty-qsnty-img-list>.itm .img-wp img {
        height: 160px
    }

    .body-bg{background-size:100%;}

    /* 通用列表页 */
    .com-mp-list-mod, .com-list-page-flr-wp {
        padding: 10px
    }

    .com-pic-news-list>.itm {
        padding: 15px 0 15px
    }

    .com-pic-news-list>.itm:before {
        display: none;
        top: 15px;
        width: 2px;
        height: 10px
    }

    .com-pic-news-list .cpn-title {
        font-size: 16px;
        overflow: inherit;
        white-space: inherit
    }

    .com-pic-news-list .com-pic-link {
        margin-right: 10px
    }

    .com-pic-news-list .cpn-des {
        padding: 10px 0 0;
        font-size: 15px
    }

    .com-pic-news-list .cpn-row-wp {
        padding: 10px 0 0
    }

    .com-pic-news-list .cpn-t {
        font-size: 14px
    }

    .com-mp-list-mod .com-pic-news-list .com-pic-link {
        float: none;
        display: block;
        margin: 0 0 10px
    }

    .com-mp-list-mod .com-pic-news-list .com-pic-link img {
        width: 100% !important;
        height: auto !important
    }

    /* 通用内容页 */
    .com-mp-content-mod, .com-content-page-wp {
        padding: 10px
    }

    .ccp-article-title {
        padding: 0 0 15px;
        font-size: 18px
    }

    .ccp-info-list {
        padding-bottom: 0
    }

    .ccp-article-detail {
        padding: 15px 0;
        font-size: 15px
    }

    .ccp-sec-name {
        margin: 15px 0 10px;
        padding-left: 8px;
        font-size: 15px
    }

    .ccp-sec-name:before {
        top: 1px;
        width: 2px;
        height: 15px
    }

    .ccp-news-list>li {
        height: 25px;
        line-height: 25px
    }

    /* 网站地图页 */
    .wzdt dl a, .wzdt dl dd {
        font-size: 15px
    }

    .ccp-news-list>li>a {
        padding-left: 8px;
        width: 98%;
        font-size: 14px
    }

    .maplist .one {
        width: 22%
    }

    .maplist .two {
        width: 24%
    }

    /* 头条页 */
    .com-list-tt-page .ccp-article-title {
        padding: 15px 0
    }

    .search-wrap .wrmfw {
        display: none;
    }

    .search-wrap {
        float: none;
        width: 90%
    }

    /* end */
}

/* 414 手机_竖 */
@media only screen and (max-width: 25.875em) {
    html, body {
        min-width: 320px;
    }

    .body-bg{background-size:100%;}

    .zwfw_bottom ul li {
        width: 100%;
    }

    .com-tab-wp1 .xjyw-outer li a {
        width: 76%
    }

    .xjty-qsnty-img-list>.itm .img-wp img {
        height: 108px
    }

    /* 网站地图页 */
    .maplist .one {
        width: 25%
    }

    .maplist .two {
        width: 26%
    }

    .hdjl_cxfw li {
        width: 100%;
    }

    /* end */
}



/*  响应式修改开始    */
@media only screen and (max-width:320px) {
    .body-bg{background-size:100%;}
    
    .side-btn-ps {
        display: none;
    }

    .common-blue-head .more {
        width: auto !important;
        float: right;
    }

    .com-tab-wp>.tab-head .more-wp {
        width: auto !important;
        float: right;
        margin: 0;
        padding: 0;
    }

    .search-wrap .wrmfw {
        display: none;
    }

    /* 政务公开 s */

    .zwgk .ghcw .fl {
        display: none;
    }

    .zwgk .szrs .fl, .zwgk .szrs .fr {
        width: 48%
    }

    .zwgk .szrs .fr, .zwgk .ghcw .fr {
        margin: 0;
        padding-left: 15px;
    }

    .zwgk .ghcw {
        margin-bottom: 20px;
    }

    .com-tab-wp>.tab-head>.itm {
        margin-bottom: 8px;
    }

    .zwgk .zfxxgk_content ul li {
        width: 33%;
        margin-bottom: 15px;
    }

    .zwgk .zfxxgk_bottom ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    /* 政务公开 e */
    /* 互动交流 s */
    .sec-name .fr {
        margin: 15px 0
    }

    .hdjl .xjtj span {
        width: 100%;
        float: left;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .sec-wp .ct-sec .xjtj-num-wp {
        width: 100%;
    }

    .sec-wp .ct-sec .xjtj-num-wp .fl {
        width: 32%;
        padding-left: 10px;
        margin-right: 0;
    }

    .sec-wp .ct-sec .xjtj-num-wp .fr {
        width: 68%;
    }

    .xjtj_echart div {
        left: -10px;
    }

    .hdjl .xjtj-num-wp>.fl span {
        width: 100%;
    }

    /* 互动交流 e */
    /*信件选登 s*/
    .com-table-wrap>.ct-wp>thead tr th:nth-child(3), .com-table-wrap>.ct-wp>thead tr th:last-child {
        display: none;
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c3, .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c4 {
        display: none;
    }

    .com-table-wrap>.ct-wp>thead tr th:nth-child(2) {
        padding-left: 10px;
    }

    /*信件选登 e*/
    /*调查问卷、资料下载、查询服务 s */
    .com-tab-wp>.tab-head>.itm {
        margin-right: 14px;
    }

    /*调查问卷、资料下载、查询服务 e */

    /*就业创业 s*/
    .jycy {
        padding: 5px;
    }

    .jycy-top>.fl {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .gzdt_list li {
        width: 100%;
    }

    .jycy-top .fr, .jycy-top .fr .com-tab-wp, .jycy-top .fr .com-tab-wp .tab-head {
        width: 100%;
    }

    .shbz {
        width: 100%;
        padding: 10px;
    }

    .new_tyle {
        width: 30%;
    }

    .list-box {
        width: 65%;
    }

    .list-box .news-list {
        width: 100%;
        float: left;
    }

    .list-box .news-list li {
        width: 100%;
    }

    .list-box .news-list li a {
        width: 60%;
    }

    /*就业创业 e*/
    /*社会保障 s*/
    .shbz {
        width: 100%;
        padding: 5px;
    }

    .shbz .jycy-top {
        width: 100%;
    }

    .shbz .jycy-top .fl {
        width: 100%;
    }

    .shbz .jycy-top .fr {
        width: 100%;
    }

    .shbz .jycy-top .fr .new_tyle {
        width: 25%;
        float: left;
    }

    .shbz .jycy-top .fr .list-box {
        width: 70%;
    }

    /*社会保障 e */
    /*人才人事 s*/
    .rcrs {
        width: 100%;
    }

    .rcrs .jycy-top, .rcrs .jycy-top .fl {
        width: 100%;
    }

    .rcrs .jycy-top .fr {
        width: 100%;
    }

    .sydwrsgl {
        width: 100%;
    }

    .sydwrsgl .tab-head {
        margin-top: 15px;
        width: 100%;
        height: 40px;
    }

    .sydwrsgl .tab-head .fl {
        width: 50%;
        float: left;
    }

    .sydwrsgl .tab-head .fr {
        width: 20%;
    }

    .sydwrsgl .special_list .news-list {
        width: 100%;
    }

    .sydwrsgl .special_list .news-list li {
        width: 100%;
    }

    .sydwrsgl .special_list .news-list li a {
        width: 75%;
    }

    .sydwrsgl .special_list .news-list li .time {
        width: 25%;
    }

    .sydwrsgl .special_list .fr ul li {
        width: 100%;
    }

    .sydwrsgl .special_list .fr ul li:nth-child(2) a span {
        padding-top: 15px;
    }

    .rcrs .jycy-bottom {
        margin-top: 15px;
    }

    /*人才人事 e*/
    /*劳动关系 s*/
    .ldgx {
        width: 100%;
    }

    .ldgx .jycy-top, .ldgx .jycy-top .fl {
        width: 100%;
    }

    .ldgx .jycy-top .fl .news-list, .ldgx .jycy-top .fl .news-list li {
        width: 100%;
    }

    .ldgx .jycy-top .fl .news-list li a {
        width: 70%;
    }

    .ldgx .jycy-top .fr {
        width: 100%;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1) {
        width: 70%;
        margin-right: 0;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1) a {
        float: left;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1) a.active::after {
        left: 12%;
    }




    /*劳动关系 e*/

    .zwgk .zfxxgk_content ul {
        margin-top: 20px;
    }

    .zwgk .zfxxgk_top {
        height: 260px;
    }
}

@media (min-width:320px) and (max-width:570px) {
    .body-bg{background-size:100%;background-image: none;}
    
    .side-btn-ps {
        display: none;
    }

    .common-blue-head .more {
        width: auto !important;
        float: right;
    }

    .com-tab-wp>.tab-head .more-wp {
        width: auto !important;
        float: right;
        margin: 0;
        padding: 0;
    }

    .search-wrap .wrmfw {
        display: none;
    }

    /* 政务公开 s */
    .zwgk .ghcw .fl {
        display: none;
    }

    .zwgk .szrs .fl, .zwgk .szrs .fr {
        width: 48%
    }

    .zwgk .szrs .fr, .zwgk .ghcw .fr {
        margin: 0;
        padding-left: 15px;
    }

    .zwgk .ghcw {
        margin-bottom: 20px;
    }

    .com-tab-wp>.tab-head>.itm {
        margin-bottom: 8px;
    }

    .zwgk .zfxxgk_content ul li {
        width: 33%;
        margin-bottom: 15px;
    }

    .zwgk .zfxxgk_bottom ul li {
        width: 46%;
        /* margin: 10px 5px; */
    }

    /* 政务公开 e */
    /* 互动交流 s */
    .sec-name .fr {
        margin: 15px 0
    }

    /*     .hdjl .xjtj span{width:100%;float:left;padding:0;margin:10px 0 0 0;} */
    .sec-wp .ct-sec .xjtj-num-wp {
        width: 100%;
    }

    .sec-wp .ct-sec .xjtj-num-wp .fl {
        width: 30%;
        /* padding-left:10px; */
        margin-right: 0;
    }

    .sec-wp .ct-sec .xjtj-num-wp .fr {
        width: 68%;
    }

    .xjtj_echart div {
        /* left:-10px; */
        /* width:120px !important; */
    }

    /* 互动交流 e */
    /*信件选登 s*/
    .com-table-wrap>.ct-wp>thead tr th:nth-child(3), .com-table-wrap>.ct-wp>thead tr th:last-child {
        display: none;
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c3, .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c4 {
        display: none;
    }

    .com-table-wrap>.ct-wp>thead tr th:nth-child(2) {
        padding-left: 10px;
    }

    /*信件选登 e*/
    /*调查问卷、资料下载、查询服务 s */
    .com-tab-wp>.tab-head>.itm {
        /* margin-right: 5px; */
    }

    /*调查问卷、资料下载、查询服务 e */

    /*就业创业 s*/
    .jycy {
        padding: 5px;
        width: 100%;
    }

    .jycy-top {
        width: 100%;
    }

    .jycy-top>.fl {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .jycy_main .jycy-top>.fl {
        width: 100%;
    }

    .jycy_main .jycy-top>.fr {
        width: 100%;
    }

    .jycy_main .com-tab-wp10>.sec-wp {
        width: 230px;
    }

    .jycy-top>.fr {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .gzdt_list li {
        width: 100%;
    }

    .new_tyle {
        width: 100px;
    }

    .list-box {
        width: 65%;
    }

    .list-box .news-list {
        width: 100%;
        float: left;
    }

    .list-box .news-list li {
        width: 100%;
    }

    .list-box .news-list li a {
        width: 80%;
    }

    /*就业创业 e*/
    /*社会保障 s*/
    .shbz {
        width: 100%;
        padding: 5px;
    }

    .shbz .jycy-top {
        width: 100%;
    }

    .shbz .jycy-top .fl {
        width: 100%;
    }

    .shbz .jycy-top .fr {
        width: 100%;
    }

    .shbz .jycy-top .fr .new_tyle {
        width: 25%;
        float: left;
    }

    .shbz .jycy-top .fr .list-box {
        width: 73%;
    }

    /*社会保障 e */
    /*人才人事 s*/
    .rcrs {
        width: 100%;
    }

    .rcrs .jycy-top, .rcrs .jycy-top>.fl {
        width: 100%;
    }

    .rcrs .special_list>.fl {
        width: 100% !important;
    }

    .rcrs .jycy-top .fr {
        width: 100%;
    }

    .rcrs .sydwrsgl .special_list {
        width: 69%;
        /* float: right; */
    }

    .sydwrsgl {
        width: 100%;
    }

    .sydwrsgl .tab-head {
        /* margin-top:15px; */
        width: 100%;
        /* height:40px; */
    }

    .sydwrsgl .tab-head .fl {
        width: 50%;
        float: left;
    }

    .sydwrsgl .tab-head .fr {
        width: 20%;
    }

    .sydwrsgl .special_list .news-list {
        width: 100%;
    }

    .sydwrsgl .special_list .news-list li {
        width: 100%;
    }

    .sydwrsgl .special_list .news-list li a {
        width: 84%;
    }

    .sydwrsgl .special_list .news-list li .time {
        /* width:25%; */
    }

    .sydwrsgl .special_list .fr ul li {
        width: 100%;
    }

    .sydwrsgl .special_list .fr ul li:nth-child(2) a span {
        padding-top: 15px;
    }

    .rcrs .jycy-bottom {
        /* margin-top: 15px; */
    }

    /*人才人事 e*/
    /*劳动关系 s*/
    .ldgx {
        width: 100%;
    }

    .ldgx .jycy-top, .ldgx .jycy-top>.fl {
        width: 100%;
    }

    .ldgx .jycy-top .fl .news-list, .ldgx .jycy-top .fl .news-list li {
        width: 100%;
    }

    .ldgx .jycy-top .fl .news-list li a {
        width: 85%;
    }

    .ldgx .jycy-top .fr {
        width: 100%;
    }

    .ldgx .com-tab-wp21 .sec-wp {
        width: 69%;
    }

    .ldgx .com-tab-wp21 .sec-wp a {
        width: 75%;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1) {
        /* width:70%; */
        margin-right: 0;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1) a {
        float: left;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1) a.active::after {
        left: 12%;
    }

    /*劳动关系 e*/

    .zwgk .zfxxgk_top {
        height: 260px;
    }
}

@media (min-width:376px) and (max-width:570px) {

    .body-bg{background-size:100%;}
    
    
    .side-btn-ps {
        display: none;
    }

    .common-blue-head .more {
        width: auto !important;
        float: right;
    }

    .com-tab-wp>.tab-head .more-wp {
        width: auto !important;
        float: right;
        margin: 0 !important;
        padding: 0;
    }

    .jycy-top .fr .tab-head li {
        margin: 0;
        padding: 0;
    }

    .search-wrap .wrmfw {
        display: none;
    }

    /* 政务公开 s */
    .zwgk .ghcw .fl {
        display: none;
    }

    .zwgk .szrs .fl, .zwgk .szrs .fr {
        width: 48%
    }

    .zwgk .szrs .fr, .zwgk .ghcw .fr {
        margin: 0;
        padding-left: 15px;
    }

    .zwgk .ghcw {
        margin-bottom: 20px;
    }

    .com-tab-wp>.tab-head>.itm {
        margin-bottom: 8px;
    }

    .zwgk .zfxxgk_content ul li {
        width: 33%;
        margin-bottom: 15px;
    }

    .zwgk .zfxxgk_bottom ul li {
        width: 47%;
        /* margin: 10px 5px; */
        margin-bottom: 10px;
    }

    /* 政务公开 e */
    .zwgk .zfxxgk_bottom ul {
        width: 100%;
    }

    .zwgk .zfxxgk_bottom ul li:nth-child(2), .zwgk .zfxxgk_bottom ul li:nth-child(4) {
        float: right;
        margin: 0;
    }

    .zwgk .zfxxgk_bottom ul li:nth-child(3) {
        /* margin-top:15px; */
    }

    /*互动交流 s*/
    .sec-name .fr {
        margin: 15px 0
    }

    .hdjl .xjtj span {
        /* width:58%; */
        /* float:right; */
        /* padding:0; */
        /* margin:10px 0 0 0; */
    }

    .sec-wp .ct-sec .xjtj-num-wp {
        width: 100%;
    }

    .sec-wp .ct-sec .xjtj-num-wp .fl {
        width: 32%;
        padding-left: 10px;
        margin-right: 0;
    }

    .sec-wp .ct-sec .xjtj-num-wp .fr {
        width: 68%;
    }

    .xjtj_echart div {
        left: -10px;
        width: 100px !important;
    }

    /*互动交流 e*/
    /*信件选登 s*/
    .com-table-wrap>.ct-wp>thead tr th:nth-child(3), .com-table-wrap>.ct-wp>thead tr th:last-child {
        display: none;
    }

    .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c3, .com-tab-wp13 .com-table-wrap>.ct-wp>tbody tr .c4 {
        display: none;
    }

    .com-table-wrap>.ct-wp>thead tr th:nth-child(2) {
        padding-left: 10px;
    }

    /*信件选登 e*/
    /*就业创业 s*/
    .jycy {
        padding: 10px;
        width: 100%;
    }

    .jycy-top {
        width: 100%;
    }

    .jycy-top>.fl {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .jycy_main .jycy-top>.fl{
        width: 100%;
    }
    .jycy .jycy-top .fl .news-list li a {
        padding: 0;
    }

    .jycy-top>.fr {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .jycy_main .jycy-top>.fr{
        width:100%;
    }

    .gzdt_list li {
        width: 100%;
    }

    .new_tyle {
        width: 100px;
    }

    .list-box {
        width: 65%;
    }

    .list-box .news-list {
        width: 100%;
        float: left;
    }

    .list-box .news-list li {
        width: 100%;
    }

    .list-box .news-list li a {
        width: 80%;
    }

    /*就业创业 e*/
    /*社会保障 s*/
    .shbz {
        width: 100%;
        padding: 10px;
    }

    .shbz .jycy-top {
        width: 100%;
    }

    .shbz .jycy-top .fl {
        width: 100%;
        padding: 0
    }

    .shbz .jycy-top .fl .news-list li a {
        padding: 0;
    }

    .shbz .jycy-top .fr {
        width: 100%;
    }

    .jycy .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1),
    .jycy .jycy-top .fr .com-tab-wp .tab-head li:nth-child(2),
    .jycy .jycy-top .fr .com-tab-wp .tab-head li:nth-child(3),
    .jycy .jycy-top .fr .com-tab-wp .tab-head li:nth-child(4) {
        margin: 0 10px 10px 0;
        padding-bottom: 10px;
    }

    .shbz .jycy-top .fr .new_tyle {
        width: 100px;
        float: left;
    }

    .shbz .jycy-top .fr .list-box {
        width: 74%;
    }

    /*社会保障 e */
    /*人才人事 s*/
    .rcrs {
        width: 100%;
    }

    .rcrs .jycy-top, .rcrs .jycy-top>.fl {
        width: 100%;
    }

    .rcrs .jycy-top .fr {
        width: 100%;
    }

    .sydwrsgl {
        width: 100%;
    }

    .sydwrsgl .tab-head {
        margin-top: 15px;
        width: 100%;
        height: 40px;
    }

    .sydwrsgl .tab-head .fl {
        width: 50%;
        float: left;
    }

    .sydwrsgl .tab-head .fr {
        width: 20%;
    }

    .sydwrsgl .special_list .news-list {
        width: 100%;
    }

    .sydwrsgl .special_list .news-list li {
        width: 100%;
    }

    .sydwrsgl .special_list .news-list li a {
        width: 88%;
    }

    .sydwrsgl .special_list .fr ul li {
        width: 100%;
    }

    .sydwrsgl .special_list .fr ul li:nth-child(2) a span {
        padding-top: 15px;
    }

    .rcrs .jycy-bottom {
        /* margin-top: 15px; */
    }

    .rcrs .jycy-top .fr .sydwrsgl .special_list .ct-sec {
        width: 100% !important;
    }

    .com-tab-wp>.tab-head>.active::after {
        /* left:32%; */
    }

    /*人才人事 e*/
    /*劳动关系 s*/
    .ldgx {
        width: 100%;
    }

    .ldgx .jycy-top, .ldgx .jycy-top>.fl {
        width: 100%;
    }

    .ldgx .jycy-top .fl .news-list, .ldgx .jycy-top .fl .news-list li {
        width: 100%;
    }

    .ldgx .jycy-top .fl .news-list li a {
        width: 80%;
    }

    .ldgx .jycy-top .fr {
        width: 100%;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head {
        height: 40px;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li {
        width: 70%;
        height: 30px;
        margin: 0;
        padding-bottom: 30px;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li a {
        width: 70%;
    }

    .ldgx .jycy-top .fr .com-tab-wp .tab-head li:nth-child(1).active::after {
        left: 30px;
    }

    /*劳动关系 e*/
    .zwgk .zfxxgk_top {
        height: 260px;
    }
}


/*2022/08/30修改*/
@media (min-width:1200px) {
    .main-m-ml70 {
        margin: 0 50px 0 -50px;
    }

    .myheader .main-m-ml70 {
        margin: 0;
    }

    .myheader, .foot-wrap .main-m {
        width: 1290px;
    }
}

@media (max-width:1200px) {
    .side-btn-ps {
        display: none;
    }
}


/* zxm20220915 */
.com-tab-wp10>.tab-head, .sydwrsgl>.tab-head, .com-tab-wp21>.tab-head {
    width: 100px;
    border: 0;
}

.com-tab-wp10>.tab-head>.itm, .sydwrsgl>.tab-head>.itm, .com-tab-wp21>.tab-head>.itm {
    width: 75px;
    height: 53.5px;
    background-color: #e4edf8;
    text-align: center;
    margin: 0 0 12px 0;
    padding-top: 8px;
    position: relative;
}

.sydwrsgl>.tab-head>.itm, .com-tab-wp21>.tab-head>.itm {
    height: 75px;
}

.com-tab-wp10>.sec-wp, .com-tab-wp21 .sec-wp {
    width: 417px;
}

.com-tab-wp10>.tab-head>.itm.active a, .sydwrsgl>.tab-head>.itm.active a, .com-tab-wp21>.tab-head>.itm.active a {
    color: #fff;
    font-weight: 700;
}

.com-tab-wp10>.tab-head>.itm.active, .sydwrsgl>.tab-head>.itm.active, .com-tab-wp21>.tab-head>.itm.active {
    background: #1e51ab;
}

.com-tab-wp10>.tab-head>.active::after, .sydwrsgl>.tab-head>.active::after, .com-tab-wp21>.tab-head>.active::after {
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #1e51ab;
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.com-tab-wp10>.tab-head>.itm a, .sydwrsgl>.tab-head>.itm a, .com-tab-wp21>.tab-head>.itm a {
    color: #1e51ab;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.com-tab-wp10 .more-wp, .sydwrsgl .more-wp, .com-tab-wp21 .more-wp {
    display: none !important;
}

.sydwrsgl .special_list {
    width: 417px;
}
.zwgk-tab-col{
    margin-right:15px !important;
}

/* 写信页面留言须知改变 */
.zysx p{
    font-family:"SimSun";
    font-size:18px;
    color:#000;
}


/* 置灰 */
/* body{background:gray !important;}
.headTop,.my-mobile,.search-wrap,.my-hide,.main-m-ml70,.foot-wrap{
    -webkit-filter: grayscale(100%);
      -webkit-filter: grayscale(1); 
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
}
.side-btn-ps{right: -115px;}
 */




